From: <qua...@us...> - 2010-01-28 15:49:49
|
Revision: 108 http://stdair.svn.sourceforge.net/stdair/?rev=108&view=rev Author: quannaus Date: 2010-01-28 15:49:36 +0000 (Thu, 28 Jan 2010) Log Message: ----------- [dev] Added the getAirlineCode fuction in Inventory. Modified Paths: -------------- trunk/stdair/stdair/bom/InventoryContent.hpp Modified: trunk/stdair/stdair/bom/InventoryContent.hpp =================================================================== --- trunk/stdair/stdair/bom/InventoryContent.hpp 2010-01-26 15:16:38 UTC (rev 107) +++ trunk/stdair/stdair/bom/InventoryContent.hpp 2010-01-28 15:49:36 UTC (rev 108) @@ -41,6 +41,11 @@ public: // ////////// Getters //////////// + /** Get the airline code. */ + const AirlineCode_T& getAirlineCode () const { + return _key.getAirlineCode(); + } + /** Get the inventory key. */ const BomKey_T& getKey() const { return _key; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |