TraDemGen Logo  0.2.2
C++ Simulated Travel Demand Generation Library
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines
TRADEMGEN_Types.hpp
Go to the documentation of this file.
00001 #ifndef __TRADEMGEN_TRADEMGEN_TYPES_HPP
00002 #define __TRADEMGEN_TRADEMGEN_TYPES_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 // Boost
00008 #include <boost/shared_ptr.hpp>
00009 // TraDemGen
00010 #include <trademgen/TRADEMGEN_Exceptions.hpp>
00011 
00012 namespace TRADEMGEN {
00013 
00014   // Forward declarations
00015   class TRADEMGEN_Service;
00016 
00017 
00018   // //////// Type definitions specific to DSim /////////
00022   typedef boost::shared_ptr<TRADEMGEN_Service> TRADEMGEN_ServicePtr_T;
00023   
00024 }
00025 #endif // __TRADEMGEN_TRADEMGEN_TYPES_HPP
00026