From: <qua...@us...> - 2009-10-09 14:15:48
|
Revision: 40 http://stdair.svn.sourceforge.net/stdair/?rev=40&view=rev Author: quannaus Date: 2009-10-09 14:15:42 +0000 (Fri, 09 Oct 2009) Log Message: ----------- [Dev] Changed some private to protected. Modified Paths: -------------- trunk/stdair/stdair/bom/FlightDate.hpp trunk/stdair/stdair/bom/Inventory.hpp trunk/stdair/stdair/bom/LegDate.hpp trunk/stdair/stdair/bom/SegmentDate.hpp Modified: trunk/stdair/stdair/bom/FlightDate.hpp =================================================================== --- trunk/stdair/stdair/bom/FlightDate.hpp 2009-10-09 13:58:02 UTC (rev 39) +++ trunk/stdair/stdair/bom/FlightDate.hpp 2009-10-09 14:15:42 UTC (rev 40) @@ -102,7 +102,7 @@ /** Destructor. */ virtual ~FlightDate(); - private: + protected: // Attributes /** Reference structure. */ BomStructure_T& _flightDateStructure; Modified: trunk/stdair/stdair/bom/Inventory.hpp =================================================================== --- trunk/stdair/stdair/bom/Inventory.hpp 2009-10-09 13:58:02 UTC (rev 39) +++ trunk/stdair/stdair/bom/Inventory.hpp 2009-10-09 14:15:42 UTC (rev 40) @@ -90,7 +90,7 @@ /** Destructor. */ virtual ~Inventory(); - private: + protected: // Attributes /** Reference structure. */ BomStructure_T& _inventoryStructure; Modified: trunk/stdair/stdair/bom/LegDate.hpp =================================================================== --- trunk/stdair/stdair/bom/LegDate.hpp 2009-10-09 13:58:02 UTC (rev 39) +++ trunk/stdair/stdair/bom/LegDate.hpp 2009-10-09 14:15:42 UTC (rev 40) @@ -69,7 +69,7 @@ /** Destructor. */ virtual ~LegDate(); - private: + protected: // Attributes /** Reference structure. */ BomStructure_T& _legDateStructure; Modified: trunk/stdair/stdair/bom/SegmentDate.hpp =================================================================== --- trunk/stdair/stdair/bom/SegmentDate.hpp 2009-10-09 13:58:02 UTC (rev 39) +++ trunk/stdair/stdair/bom/SegmentDate.hpp 2009-10-09 14:15:42 UTC (rev 40) @@ -69,7 +69,7 @@ /** Destructor. */ virtual ~SegmentDate(); - private: + protected: // Attributes /** Reference structure. */ BomStructure_T& _segmentDateStructure; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |