X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=inline;f=src%2FSupervision%2FESNode_Impl.cxx;fp=src%2FSupervision%2FESNode_Impl.cxx;h=8e096aa6e8998953765c9c224d9cef500a059a7e;hb=c472be64ad2486a50e224af7c02e34eefaca9304;hp=5b20b25a79c14d78961e6236c68b38edc6e188d0;hpb=6cc8a3a9b403325af0b7dd7a3c063a1167a7478b;p=modules%2Fsuperv.git diff --git a/src/Supervision/ESNode_Impl.cxx b/src/Supervision/ESNode_Impl.cxx index 5b20b25..8e096aa 100644 --- a/src/Supervision/ESNode_Impl.cxx +++ b/src/Supervision/ESNode_Impl.cxx @@ -12,10 +12,10 @@ using namespace std; #include #include -#include +//#include #include -#include "utilities.h" +//#include "utilities.h" #include "ESNode_Impl.hxx" @@ -34,10 +34,10 @@ ESNode_Impl::ESNode_Impl( CORBA::ORB_ptr orb , GNode_Impl( orb , poa , contId , instanceName , interfaceName , aDataFlowEditor , FuncName , SUPERV::ListOfStrings() , NodeKindOfNode ) { // MESSAGE( NodeName << " " ); beginService( "ESNode_Impl::ESNode_Impl" ); - if ( FuncName ) { - cout << "ESNode_Impl::GNode_Impl " << (void *) FuncName << " " << FuncName - << " " << strlen( FuncName ) << endl ; - } +// if ( FuncName ) { +// cout << "ESNode_Impl::GNode_Impl " << (void *) FuncName << " " << FuncName +// << " " << strlen( FuncName ) << endl ; +// } _thisObj = this ; _id = _poa->activate_object(_thisObj); _Orb = CORBA::ORB::_duplicate(orb);