From: <den...@us...> - 2010-05-01 17:32:29
|
Revision: 185 http://stdair.svn.sourceforge.net/stdair/?rev=185&view=rev Author: denis_arnaud Date: 2010-05-01 17:32:23 +0000 (Sat, 01 May 2010) Log Message: ----------- [API] Altered the type definition of the subclass code. Modified Paths: -------------- trunk/stdair/stdair/STDAIR_Types.hpp Modified: trunk/stdair/stdair/STDAIR_Types.hpp =================================================================== --- trunk/stdair/stdair/STDAIR_Types.hpp 2010-05-01 17:08:48 UTC (rev 184) +++ trunk/stdair/stdair/STDAIR_Types.hpp 2010-05-01 17:32:23 UTC (rev 185) @@ -246,7 +246,7 @@ /** Define the sub-class code (e.g., 0, 1, 2, etc.). The subclass is a sub-structure for the booking class, allowing to have specific rules for some criteria like POS. */ - typedef std::string SubclassCode_T; + typedef unsigned short SubclassCode_T; /** Define the flight path code (code made by a suite of flight numbers). */ typedef std::string FlightPathCode_T; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |