From: <qua...@us...> - 2009-10-05 08:16:58
|
Revision: 23 http://stdair.svn.sourceforge.net/stdair/?rev=23&view=rev Author: quannaus Date: 2009-10-05 08:16:51 +0000 (Mon, 05 Oct 2009) Log Message: ----------- [Dev] Some small changes. Modified Paths: -------------- trunk/stdair/stdair/bom/BomChildrenHolderImp.hpp Modified: trunk/stdair/stdair/bom/BomChildrenHolderImp.hpp =================================================================== --- trunk/stdair/stdair/bom/BomChildrenHolderImp.hpp 2009-10-05 08:15:29 UTC (rev 22) +++ trunk/stdair/stdair/bom/BomChildrenHolderImp.hpp 2009-10-05 08:16:51 UTC (rev 23) @@ -38,15 +38,15 @@ typedef BomIterator_T<BOM_CONTENT_CHILD, typename BomChildrenOrderedList_T::iterator> ListIterator_T; typedef BomIterator_T<BOM_CONTENT_CHILD, - typename BomChildrenOrderedList_T::const_reverse_iterator> ListReverseIterator_T; + typename BomChildrenOrderedList_T::reverse_iterator> ListReverseIterator_T; typedef BomConstIterator_T<BOM_CONTENT_CHILD, typename BomChildrenList_T::const_iterator> MapConstIterator_T; typedef BomConstIterator_T<BOM_CONTENT_CHILD, typename BomChildrenList_T::const_reverse_iterator> MapConstReverseIterator_T; typedef BomIterator_T<BOM_CONTENT_CHILD, - typename BomChildrenList_T::const_iterator> MapIterator_T; + typename BomChildrenList_T::iterator> MapIterator_T; typedef BomIterator_T<BOM_CONTENT_CHILD, - typename BomChildrenList_T::const_reverse_iterator> MapReverseIterator_T; + typename BomChildrenList_T::reverse_iterator> MapReverseIterator_T; public: // /////////// Display support methods ///////// This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |