0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
CellStoreReleaseCallback.cc
Go to the documentation of this file.
1 
22 #include "Common/Compat.h"
23 #include <iostream>
24 
26 #include "AccessGroup.h"
27 
28 using namespace Hypertable;
29 using namespace std;
30 
34  : m_access_group(ag) {
35 }
36 
39 }
Declarations for AccessGroup.
STL namespace.
Compatibility Macros for C/C++.
Hypertable definitions
void release_files(const std::vector< String > &files)
Access group.
Definition: AccessGroup.h:65