From: <den...@us...> - 2010-09-12 22:03:26
|
Revision: 326 http://stdair.svn.sourceforge.net/stdair/?rev=326&view=rev Author: denis_arnaud Date: 2010-09-12 22:03:20 +0000 (Sun, 12 Sep 2010) Log Message: ----------- [Test] Added a test sub-directory for Boost.Intrusive-based architecture. Modified Paths: -------------- trunk/stdair/test/archi_intru/FacRelationShipRoot.hpp Modified: trunk/stdair/test/archi_intru/FacRelationShipRoot.hpp =================================================================== --- trunk/stdair/test/archi_intru/FacRelationShipRoot.hpp 2010-09-12 21:57:55 UTC (rev 325) +++ trunk/stdair/test/archi_intru/FacRelationShipRoot.hpp 2010-09-12 22:03:20 UTC (rev 326) @@ -83,7 +83,8 @@ _relationShipHolderSet.addToList (*lRS_ptr); } - /** Add a child/sibling to the dedicated list of the parent/sibling. */ + /** Search for a child/sibling from the dedicated list of the + parents/siblings. */ static SECOND_BOM* find (const FIRST_BOM& iFirstBom, const std::string& iSecondBomKey) { SECOND_BOM* oSecondBom_ptr = @@ -91,7 +92,8 @@ return oSecondBom_ptr; } - /** Add a child/sibling to the dedicated list of the parent/sibling. */ + /** Search for a child/sibling from the dedicated list of the + parents/siblings. */ SECOND_BOM* findImpl (const FIRST_BOM& iFirstBom, const std::string& iSecondBomKey) { SECOND_BOM* oSecondBom_ptr = This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |