From: <qua...@us...> - 2009-10-06 15:22:43
|
Revision: 33 http://stdair.svn.sourceforge.net/stdair/?rev=33&view=rev Author: quannaus Date: 2009-10-06 15:22:32 +0000 (Tue, 06 Oct 2009) Log Message: ----------- [Dev] Changed the construction methods to public in BomConstIterator_T. Modified Paths: -------------- trunk/stdair/stdair/bom/BomIterator.hpp Modified: trunk/stdair/stdair/bom/BomIterator.hpp =================================================================== --- trunk/stdair/stdair/bom/BomIterator.hpp 2009-10-06 15:14:27 UTC (rev 32) +++ trunk/stdair/stdair/bom/BomIterator.hpp 2009-10-06 15:22:32 UTC (rev 33) @@ -31,7 +31,7 @@ // Definition allowing the retrieve the difference type of the ITERATOR. typedef typename ITERATOR::difference_type difference_type; - protected: + public: /** Normal constructor. */ BomIterator_T (ITERATOR iIterator) : _itBomStructureObject (iIterator) { } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |