From: <qua...@us...> - 2010-01-26 15:16:47
|
Revision: 107 http://stdair.svn.sourceforge.net/stdair/?rev=107&view=rev Author: quannaus Date: 2010-01-26 15:16:38 +0000 (Tue, 26 Jan 2010) Log Message: ----------- [Dev] Changed some comments in the OutboundPathTypes file Modified Paths: -------------- trunk/stdair/stdair/bom/OutboundPathTypes.hpp Modified: trunk/stdair/stdair/bom/OutboundPathTypes.hpp =================================================================== --- trunk/stdair/stdair/bom/OutboundPathTypes.hpp 2010-01-26 15:15:40 UTC (rev 106) +++ trunk/stdair/stdair/bom/OutboundPathTypes.hpp 2010-01-26 15:16:38 UTC (rev 107) @@ -17,19 +17,19 @@ template <typename BOM> struct BomMap_T; class OutboundPath; - /** Define the booking class structure. */ + /** Define the outbound path structure. */ typedef OutboundPathStructure<OutboundPath> OutboundPathStructure_T; - /** Define the booking class structure list. */ + /** Define the outbound path structure list. */ typedef std::vector<OutboundPathStructure_T*> OutboundPathStructureList_T; - /** Define the booking class structure map. */ + /** Define the outbound path structure map. */ typedef std::map<const std::string, OutboundPathStructure_T*> OutboundPathStructureMap_T; - /** Define the booking class list. */ + /** Define the outbound path list. */ typedef BomList_T<OutboundPath> OutboundPathList_T; - /** Define the booking class map. */ + /** Define the outbound path map. */ typedef BomMap_T<OutboundPath> OutboundPathMap_T; typedef std::vector<std::vector<stdair::OutboundPath*> >OutboundPathListList_T; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |