From: <den...@us...> - 2010-09-13 06:32:22
|
Revision: 329 http://stdair.svn.sourceforge.net/stdair/?rev=329&view=rev Author: denis_arnaud Date: 2010-09-13 06:32:16 +0000 (Mon, 13 Sep 2010) Log Message: ----------- [Test] Added a test sub-directory for Boost.Intrusive-based architecture (there is still some work to do). 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-13 06:31:18 UTC (rev 328) +++ trunk/stdair/test/archi_intru/FacRelationShipRoot.hpp 2010-09-13 06:32:16 UTC (rev 329) @@ -27,25 +27,7 @@ // /////////////////////////////////////////// /** Type definition for the specific relationship class. */ typedef RelationShipHolder<FIRST_BOM, SECOND_BOM> RelationShipHolder_T; - /** Type definition for a list of relationship objects. */ - /* - typedef bi::member_hook <RelationShipHolder_T, - bi::list_member_hook<>, - &RelationShipHolder_T::_childListHook> RSHListMemberOption; - typedef bi::list<RelationShipHolder_T, - RSHListMemberOption> RelationShipHolderList_T; - */ - /** Type definition for a set of relationship objects. */ - /* - typedef bi::member_hook <RelationShipHolder_T, - bi::set_member_hook<>, - &RelationShipHolder_T::_childSetHook> RSHSetMemberOption; - typedef bi::set<RelationShipHolder_T, - RSHSetMemberOption> RelationShipHolderSet_T; - */ - // /////////////////////////////////////////// - // /////////////////////////////////////////// /** Type definition for the specific relationship holder (set) class. */ typedef RelationShipHolderSet<FIRST_BOM, SECOND_BOM> RelationShipHolderHolder_T; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |