]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
PR: remove SALOMETraceCollector dependance
authorprascle <prascle>
Wed, 1 Feb 2006 15:09:33 +0000 (15:09 +0000)
committerprascle <prascle>
Wed, 1 Feb 2006 15:09:33 +0000 (15:09 +0000)
12 files changed:
src/Container/SALOME_Container.cxx
src/Container/SALOME_ContainerManagerServer.cxx
src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx
src/LifeCycleCORBA/Test_LifeCycleCORBA.cxx
src/MPIContainer/SALOME_MPIContainer.cxx
src/ModuleCatalog/Makefile.am
src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx
src/Registry/Makefile.am
src/Registry/SALOME_Registry_Server.cxx
src/TestContainer/Makefile.am
src/TestContainer/TestContainer.cxx
src/TestMPIContainer/TestMPIContainer.cxx

index a97bb39dc028626ebda6aaf8f79569392ac0feb8..d7c62076e9cf741175307c1124efc2388045b837 100644 (file)
@@ -43,7 +43,6 @@
 #include "utilities.h"
 #include "Utils_ORB_INIT.hxx"
 #include "Utils_SINGLETON.hxx"
-#include "SALOMETraceCollector.hxx"
 #include "OpUtil.hxx"
 
 #ifdef CHECKTIME
index 5d3f13102492750e80c29d19b58c34bcf29b853f..d6f42160808e8720aa154c7b15dd020d1cc45358 100644 (file)
@@ -18,7 +18,6 @@
 // See http://www.salome-platform.org/
 //
 #include "SALOME_ContainerManager.hxx"
-#include "SALOMETraceCollector.hxx"
 #include "utilities.h"
 
 int main(int argc, char* argv[])
index 439d10fb5e19a8246d8c256ed198a2b257908ff9..f5d7d6fc36d7331b5eecab0d3c8a1c4a1ba3c95b 100644 (file)
@@ -38,7 +38,6 @@
 #include <ServiceUnreachable.hxx>
 
 #include "SALOME_LifeCycleCORBA.hxx"
-#include "SALOMETraceCollector.hxx"
 #ifndef WNT
 #include CORBA_CLIENT_HEADER(SALOME_ModuleCatalog)
 #else
index 050cd194d07a307f54b4ebca8ece3fb26d79df04..d4247492de6f6fc5428fd6b7b92559e9902df172 100644 (file)
@@ -41,7 +41,6 @@
 #include "SALOME_NamingService.hxx"
 #include "SALOME_LifeCycleCORBA.hxx"
 #include "utilities.h"
-#include "SALOMETraceCollector.hxx"
 #include <OpUtil.hxx>
 
 using namespace std;
index 615f27f841c4dac246878441e789045f8f8333fb..f8692c65f66aab5e0f45f9abd8473370a7435d0e 100644 (file)
@@ -23,7 +23,6 @@
 #include "Utils_ORB_INIT.hxx"
 #include "Utils_SINGLETON.hxx"
 #include "utilities.h"
-#include "SALOMETraceCollector.hxx"
 using namespace std;
 
 int main(int argc, char* argv[])
index cf7900b14d1f74093518cc85ae1afe8e15ef0600..45678c79fe6e749e3c4d6f64b4a10232238c87d7 100644 (file)
@@ -105,8 +105,7 @@ bin_PROGRAMS = SALOME_ModuleCatalog_Server SALOME_ModuleCatalog_Client
 # SALOME_ModuleCatalog_Server
 SALOME_ModuleCatalog_Server_SOURCES  = SALOME_ModuleCatalog_Server.cxx
 SALOME_ModuleCatalog_Server_CPPFLAGS =\
-       $(COMMON_CPPFLAGS) \
-       -I$(srcdir)/../SALOMETraceCollector
+       $(COMMON_CPPFLAGS) 
 
 SALOME_ModuleCatalog_Server_LDADD   =\
        libSalomeCatalog.la \
index 274de28a1ee4dd06b872ce81b61ccbeb4f6a60cd..f01ba2d1edc24034efc28d31908ad51c407414a0 100644 (file)
@@ -29,7 +29,6 @@
 #include "SALOME_NamingService.hxx"
 #include "SALOME_ModuleCatalog_impl.hxx"
 #include "utilities.h"
-#include "SALOMETraceCollector.hxx"
 #include "Utils_SINGLETON.hxx"
 
 #ifdef CHECKTIME
index 83158a3e1265ab26dd5d23bfbe0a379d098fcc71..6698f9d3aa2d30e23513a8e590f457d0a8c499ea 100644 (file)
@@ -74,5 +74,4 @@ SALOME_Registry_Server_CPPFLAGS =\
        -I$(srcdir)/../Utils \
        -I$(top_builddir)/salome_adm/unix \
        -I$(top_builddir)/idl \
-       @CORBA_CXXFLAGS@ @CORBA_INCLUDES@ \
-       -I$(srcdir)/../SALOMETraceCollector
+       @CORBA_CXXFLAGS@ @CORBA_INCLUDES@
index 0131bb901d06a208e32e199aaeff6b4cdd864cea..2ee59f649e0b10914be4665b2753a2c2cc58564e 100644 (file)
@@ -36,7 +36,6 @@ extern "C"
 }
 
 #include "utilities.h"
-#include "SALOMETraceCollector.hxx"
 #include "Utils_ORB_INIT.hxx"
 #include "Utils_SINGLETON.hxx"
 #include "Utils_SALOME_Exception.hxx"
index 0a06489e0187f8a82156787904c3a1eceeedcf7b..6ad0c10ea051dd5293c769b8fd503440230a4ce6 100644 (file)
@@ -48,7 +48,6 @@ salomescript_DATA = SALOME_TestComponentPy.py TestComponentPy.py
 COMMON_CPPFLAGS=\
        -I$(srcdir)/../Basics \
        -I$(srcdir)/../SALOMELocalTrace \
-       -I$(srcdir)/../SALOMETraceCollector \
        -I$(srcdir)/../NamingService \
        -I$(srcdir)/../Utils \
        -I$(srcdir)/../Registry \
index de2de52a08023a6b49900feb5cd31be575567f38..06b543ea70b2fccc8fb8847743aa1f213363dfe4 100644 (file)
@@ -40,7 +40,6 @@
 #include "Utils_SINGLETON.hxx"
 #include "Utils_SALOME_Exception.hxx"
 #include "Utils_CommException.hxx"
-#include "SALOMETraceCollector.hxx"
 using namespace std;
 
 static ostream& operator<<(ostream& os, const CORBA::Exception& e)
index 8c7e80a1fe963bea5d86e217a0fe4bba2eabd2cf..dfe3b7f81f7a12be4e55d87427814e25bf3d3feb 100644 (file)
@@ -39,7 +39,6 @@
 # include "Utils_SINGLETON.hxx"
 #include "SALOME_NamingService.hxx"
 #include "OpUtil.hxx"
-#include "SALOMETraceCollector.hxx"
 using namespace std;
 
 int main (int argc, char * argv[])