hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ExternDataBaseSessionObject.hpp
Go to the documentation of this file.
1 #ifndef EXTERN_DATABASE_SESSION_OBJECT
2 #define EXTERN_DATABASE_SESSION_OBJECT
3 
4 #include <Poco/SharedPtr.h>
5 #include <DBSession.h>
6 
7 namespace HCE {
8  namespace database {
9  extern Poco::SharedPtr<HCE::database::DBSession> Session;
10  }
11 }
12 
13 #endif