From: vsr Date: Mon, 24 Oct 2005 06:26:17 +0000 (+0000) Subject: Fix a compilation problem: comment SALOMETraceCollector::instance() method X-Git-Tag: V3_1_0a3~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a3c304121cd74aaff5de98d0228bd35ef6ce1186;p=samples%2Fcomponent.git Fix a compilation problem: comment SALOMETraceCollector::instance() method --- 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]);