00001 #ifndef __SEVMGR_SEVMGR_TYPES_HPP 00002 #define __SEVMGR_SEVMGR_TYPES_HPP 00003 00004 // ////////////////////////////////////////////////////////////////////// 00005 // Import section 00006 // ////////////////////////////////////////////////////////////////////// 00007 // Boost 00008 #include <boost/shared_ptr.hpp> 00009 // Sevmgr 00010 #include <sevmgr/SEVMGR_Exceptions.hpp> 00011 00012 namespace SEVMGR { 00013 00014 // Forward declarations 00015 class SEVMGR_Service; 00016 00017 // //////// Type definitions specific to to Sevmgr ///////// 00021 typedef boost::shared_ptr<SEVMGR_Service> SEVMGR_ServicePtr_T; 00022 00023 } 00024 #endif // __SEVMGR_SEVMGR_TYPES_HPP 00025