Classes | |
| class | BomAbstract |
| class | DistributionManager |
| Command wrapping the travel distribution (CRS/GDS) process. More... | |
| class | FacBomAbstract |
| class | FacServiceAbstract |
| class | FacSimcrsServiceContext |
| class | FacSupervisor |
| class | ServiceAbstract |
| class | SIMCRS_ServiceContext |
| Class holding the context of the Simcrs services. More... | |
| class | SIMCRS_Service |
| class | BookingException |
| class | AvailabilityRetrievalException |
Typedefs | |
| typedef std::string | CRSCode_T |
| typedef boost::shared_ptr < SIMCRS_Service > | SIMCRS_ServicePtr_T |
Variables | |
| const std::string | DEFAULT_CRS_CODE = "1S" |
| typedef std::string SIMCRS::CRSCode_T |
CRS code (identifier of the CRS; not actually used for now).
Definition at line 39 of file SIMCRS_Types.hpp.
| typedef boost::shared_ptr<SIMCRS_Service> SIMCRS::SIMCRS_ServicePtr_T |
(Smart) Pointer on the SimCRS service handler.
Definition at line 44 of file SIMCRS_Types.hpp.
| const std::string SIMCRS::DEFAULT_CRS_CODE = "1S" |
Default CRS code for the SIMCRS_Service.
Definition at line 10 of file BasConst.cpp.
1.8.1.1