From: <qua...@us...> - 2009-10-06 09:12:30
|
Revision: 28 http://stdair.svn.sourceforge.net/stdair/?rev=28&view=rev Author: quannaus Date: 2009-10-06 09:12:24 +0000 (Tue, 06 Oct 2009) Log Message: ----------- [Dev] Added some friend classes. Modified Paths: -------------- trunk/stdair/stdair/bom/Inventory.hpp trunk/stdair/stdair/bom/LegDate.hpp trunk/stdair/stdair/bom/SegmentDate.hpp Modified: trunk/stdair/stdair/bom/Inventory.hpp =================================================================== --- trunk/stdair/stdair/bom/Inventory.hpp 2009-10-06 09:01:12 UTC (rev 27) +++ trunk/stdair/stdair/bom/Inventory.hpp 2009-10-06 09:12:24 UTC (rev 28) @@ -29,6 +29,7 @@ class Inventory : public BomStructure { friend class FacBomStructure; friend class FacBomContent; + friend class BomStructure; public: // Type definitions Modified: trunk/stdair/stdair/bom/LegDate.hpp =================================================================== --- trunk/stdair/stdair/bom/LegDate.hpp 2009-10-06 09:01:12 UTC (rev 27) +++ trunk/stdair/stdair/bom/LegDate.hpp 2009-10-06 09:12:24 UTC (rev 28) @@ -25,6 +25,7 @@ class LegDate : public BomStructure { friend class FacBomStructure; friend class FacBomContent; + friend class BomStructure; public: // Type definitions Modified: trunk/stdair/stdair/bom/SegmentDate.hpp =================================================================== --- trunk/stdair/stdair/bom/SegmentDate.hpp 2009-10-06 09:01:12 UTC (rev 27) +++ trunk/stdair/stdair/bom/SegmentDate.hpp 2009-10-06 09:12:24 UTC (rev 28) @@ -25,6 +25,7 @@ class SegmentDate : public BomStructure { friend class FacBomStructure; friend class FacBomContent; + friend class BomStructure; public: // Type definitions This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |