0.2.0
C++ Simulation-Oriented Discrete Event Management Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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
10
#include <
sevmgr/SEVMGR_Exceptions.hpp
>
11
12
namespace
SEVMGR {
13
14
// Forward declarations
15
class
SEVMGR_Service
;
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
Generated on Mon Aug 13 2012 15:46:48 for SEvMgr by
1.8.1.2