HCE project C++ developers source code library  1.1.1
HCE project developer library
 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