From a3c304121cd74aaff5de98d0228bd35ef6ce1186 Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 24 Oct 2005 06:26:17 +0000 Subject: [PATCH] Fix a compilation problem: comment SALOMETraceCollector::instance() method --- src/AddComponent/AddComponent_CheckOfUndefined.cxx | 2 +- src/SIGNALSComponent/SIGNALSComponent_CheckOfUndefined.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AddComponent/AddComponent_CheckOfUndefined.cxx b/src/AddComponent/AddComponent_CheckOfUndefined.cxx index 02a8705..440fc63 100644 --- a/src/AddComponent/AddComponent_CheckOfUndefined.cxx +++ b/src/AddComponent/AddComponent_CheckOfUndefined.cxx @@ -69,7 +69,7 @@ int main(int argc, char* argv[]) ASSERT(SINGLETON_::IsAlreadyExisting()); CORBA::ORB_var orb = init(0 , 0 ) ; - SALOMETraceCollector *myThreadTrace = SALOMETraceCollector::instance(orb); + //SALOMETraceCollector *myThreadTrace = SALOMETraceCollector::instance(orb); INFOS_COMPILATION; BEGIN_OF(argv[0]); diff --git a/src/SIGNALSComponent/SIGNALSComponent_CheckOfUndefined.cxx b/src/SIGNALSComponent/SIGNALSComponent_CheckOfUndefined.cxx index 02a8705..440fc63 100644 --- a/src/SIGNALSComponent/SIGNALSComponent_CheckOfUndefined.cxx +++ b/src/SIGNALSComponent/SIGNALSComponent_CheckOfUndefined.cxx @@ -69,7 +69,7 @@ int main(int argc, char* argv[]) ASSERT(SINGLETON_::IsAlreadyExisting()); CORBA::ORB_var orb = init(0 , 0 ) ; - SALOMETraceCollector *myThreadTrace = SALOMETraceCollector::instance(orb); + //SALOMETraceCollector *myThreadTrace = SALOMETraceCollector::instance(orb); INFOS_COMPILATION; BEGIN_OF(argv[0]); -- 2.39.2