From: <qua...@us...> - 2009-10-20 14:40:00
|
Revision: 52 http://stdair.svn.sourceforge.net/stdair/?rev=52&view=rev Author: quannaus Date: 2009-10-20 14:39:49 +0000 (Tue, 20 Oct 2009) Log Message: ----------- [Dev] Added LegCabinKey in sources. Modified Paths: -------------- trunk/stdair/stdair/bom/sources.mk Modified: trunk/stdair/stdair/bom/sources.mk =================================================================== --- trunk/stdair/stdair/bom/sources.mk 2009-10-20 14:04:45 UTC (rev 51) +++ trunk/stdair/stdair/bom/sources.mk 2009-10-20 14:39:49 UTC (rev 52) @@ -4,6 +4,7 @@ $(top_srcdir)/stdair/bom/InventoryKey.hpp \ $(top_srcdir)/stdair/bom/FlightDateKey.hpp \ $(top_srcdir)/stdair/bom/LegDateKey.hpp \ + $(top_srcdir)/stdair/bom/LegCabinKey.hpp \ $(top_srcdir)/stdair/bom/SegmentDateKey.hpp \ $(top_srcdir)/stdair/bom/SegmentCabinKey.hpp \ $(top_srcdir)/stdair/bom/BookingClassKey.hpp \ @@ -65,6 +66,7 @@ $(top_srcdir)/stdair/bom/InventoryKey.cpp \ $(top_srcdir)/stdair/bom/FlightDateKey.cpp \ $(top_srcdir)/stdair/bom/LegDateKey.cpp \ + $(top_srcdir)/stdair/bom/LegCabinKey.cpp \ $(top_srcdir)/stdair/bom/SegmentDateKey.cpp \ $(top_srcdir)/stdair/bom/SegmentCabinKey.cpp \ $(top_srcdir)/stdair/bom/BookingClassKey.cpp \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |