From: <den...@us...> - 2009-10-04 10:33:59
|
Revision: 20 http://stdair.svn.sourceforge.net/stdair/?rev=20&view=rev Author: denis_arnaud Date: 2009-10-04 10:33:47 +0000 (Sun, 04 Oct 2009) Log Message: ----------- [Dev] Suppressed the useless implementation files (.cpp) from the BOM layer. Modified Paths: -------------- trunk/stdair/stdair/bom/sources.mk Removed Paths: ------------- trunk/stdair/stdair/bom/BomContent.cpp trunk/stdair/stdair/bom/BomKey.cpp trunk/stdair/stdair/bom/BomStructure.cpp Deleted: trunk/stdair/stdair/bom/BomContent.cpp =================================================================== --- trunk/stdair/stdair/bom/BomContent.cpp 2009-10-02 14:07:12 UTC (rev 19) +++ trunk/stdair/stdair/bom/BomContent.cpp 2009-10-04 10:33:47 UTC (rev 20) @@ -1,9 +0,0 @@ -// ////////////////////////////////////////////////////////////////////// -// Import section -// ////////////////////////////////////////////////////////////////////// -// STDAIR -#include <stdair/bom/BomContent.hpp> - -namespace stdair { - -} Deleted: trunk/stdair/stdair/bom/BomKey.cpp =================================================================== --- trunk/stdair/stdair/bom/BomKey.cpp 2009-10-02 14:07:12 UTC (rev 19) +++ trunk/stdair/stdair/bom/BomKey.cpp 2009-10-04 10:33:47 UTC (rev 20) @@ -1,9 +0,0 @@ -// ////////////////////////////////////////////////////////////////////// -// Import section -// ////////////////////////////////////////////////////////////////////// -// STDAIR -#include <stdair/bom/BomKey.hpp> - -namespace stdair { - -} Deleted: trunk/stdair/stdair/bom/BomStructure.cpp =================================================================== --- trunk/stdair/stdair/bom/BomStructure.cpp 2009-10-02 14:07:12 UTC (rev 19) +++ trunk/stdair/stdair/bom/BomStructure.cpp 2009-10-04 10:33:47 UTC (rev 20) @@ -1,9 +0,0 @@ -// ////////////////////////////////////////////////////////////////////// -// Import section -// ////////////////////////////////////////////////////////////////////// -// STDAIR -#include <stdair/bom/BomStructure.hpp> - -namespace stdair { - -} Modified: trunk/stdair/stdair/bom/sources.mk =================================================================== --- trunk/stdair/stdair/bom/sources.mk 2009-10-02 14:07:12 UTC (rev 19) +++ trunk/stdair/stdair/bom/sources.mk 2009-10-04 10:33:47 UTC (rev 20) @@ -22,7 +22,5 @@ $(top_srcdir)/stdair/bom/BomContentRoot.hpp \ $(top_srcdir)/stdair/bom/BomContentDummy.hpp \ $(top_srcdir)/stdair/bom/BomIterator.hpp -bom_cc_sources = \ - $(top_srcdir)/stdair/bom/BomKey.cpp \ - $(top_srcdir)/stdair/bom/BomStructure.cpp \ - $(top_srcdir)/stdair/bom/BomContent.cpp +bom_cc_sources = + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |