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