00001 #ifndef SCT_TEST_GLOBALS_H 00002 #define SCT_TEST_GLOBALS_H 00003 00004 #include "sctConf/configipc.h" 00005 #include <boost/shared_ptr.hpp> 00006 00007 extern boost::shared_ptr<SctConfiguration::Configuration> configServer; 00008 00009 #endif //SCT_TEST_GLOBALS_H 00010