TravelCCM Logo  0.5.3
C++ Travel Customer Choice Model Library
CmdAbstract.hpp
Go to the documentation of this file.
00001 #ifndef __TRAVELCCM_CMD_CMDABSTRACT_HPP
00002 #define __TRAVELCCM_CMD_CMDABSTRACT_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 
00008 namespace TRAVELCCM {
00009 
00011   class CmdAbstract {
00012   public:
00013     
00014   };
00015 
00016 }
00017 #endif // __TRAVELCCM_CMD_CMDABSTRACT_HPP