StdAir Logo  0.45.1
C++ Standard Airline IT Object Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
stdair_service_types.hpp
Go to the documentation of this file.
00001 #ifndef __STDAIR_STDAIR_SERVICE_HPP
00002 #define __STDAIR_STDAIR_SERVICE_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 // Boost (Extended STL)
00008 #include <boost/shared_ptr.hpp>
00009 
00010 namespace stdair {
00011 
00012   // Forward declarations
00013   class STDAIR_Service;
00014 
00016   typedef boost::shared_ptr<STDAIR_Service> STDAIR_ServicePtr_T;
00017 
00018 }
00019 #endif // __STDAIR_STDAIR_SERVICE_HPP