SEvMgr Logo  0.2.0
C++ Simulation-Oriented Discrete Event Management Library
SEVMGR_Types.hpp
Go to the documentation of this file.
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 
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines