SEvMgr Logo  0.2.0
C++ Simulation-Oriented Discrete Event Management Library
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
SEVMGR_Types.hpp
Go to the documentation of this file.
1 #ifndef __SEVMGR_SEVMGR_TYPES_HPP
2 #define __SEVMGR_SEVMGR_TYPES_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 // Boost
8 #include <boost/shared_ptr.hpp>
9 // Sevmgr
11 
12 namespace SEVMGR {
13 
14  // Forward declarations
16 
17  // //////// Type definitions specific to to Sevmgr /////////
21  typedef boost::shared_ptr<SEVMGR_Service> SEVMGR_ServicePtr_T;
22 
23 }
24 #endif // __SEVMGR_SEVMGR_TYPES_HPP
25