1.00.8
C++ Simulated Airline Inventory Management System Library
Loading...
Searching...
No Matches
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
}
Request.hpp
AIRINV
Definition
AIRINV_Master_Service.hpp:38
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 Sun Dec 10 2023 00:00:00 for AirInv by
1.9.7