1.00.1
C++ Simulated Airline Inventory Management System library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
Request.cpp
Go to the documentation of this file.
1
// //////////////////////////////////////////////////////////////////////
2
// Import section
3
// //////////////////////////////////////////////////////////////////////
4
// STL
5
#include <cassert>
6
// AirInv
7
#include <
airinv/server/Request.hpp
>
8
9
namespace
AIRINV
{
10
11
// //////////////////////////////////////////////////////////////////////
12
bool
Request::parseFlightDate
() {
13
bool
hasBeenSuccessfull =
false
;
14
15
//
16
_airlineCode
=
"BA"
;
17
_flightNumber
= 341;
18
_departureDate
= stdair::Date_T (2010, 04, 20);
19
20
//
21
hasBeenSuccessfull =
true
;
22
23
return
hasBeenSuccessfull;
24
}
25
26
}
AIRINV
Definition:
AIRINV_Master_Service.hpp:38
Request.hpp
AIRINV::Request::parseFlightDate
bool parseFlightDate()
Definition:
Request.cpp:12
AIRINV::Request::_airlineCode
stdair::AirlineCode_T _airlineCode
Definition:
Request.hpp:31
AIRINV::Request::_flightNumber
stdair::FlightNumber_T _flightNumber
Definition:
Request.hpp:33
AIRINV::Request::_departureDate
stdair::Date_T _departureDate
Definition:
Request.hpp:35
Generated on Tue Jun 16 2015 01:11:00 for AirInv by
1.8.9.1