Salome HOME
[bos #32517][EDF] Dynamic log messages switched on and off by SALOME_VERBOSE environm...
[samples/component.git] / src / DataStreamComponent / DataStreamComponent_Impl.cxx
index 2b5e291821eb0f0a9d1003916e93029a47bbed7a..d9da1f1a217f42fb3de01a370e703f347457cf9a 100644 (file)
@@ -48,7 +48,7 @@ DataStreamFactory_Impl::DataStreamFactory_Impl( CORBA::ORB_ptr orb,
   Engines_Component_i(orb, poa, contId, instanceName, interfaceName,1,withRegistry) {
   MESSAGE("DataStreamFactory_Impl::DataStreamFactory_Impl this " << hex << this << dec
           << "activate object instanceName("
-          << instanceName << ") interfaceName(" << interfaceName << ")" )
+          << instanceName << ") interfaceName(" << interfaceName << ")" );
   _thisObj = this ;
   _id = _poa->activate_object(_thisObj);
 }
@@ -158,7 +158,7 @@ DataStream_Impl::DataStream_Impl( CORBA::ORB_ptr orb ,
   Names( graphName , nodeName ) ;
   MESSAGE("DataStream_Impl::DataStream_Impl activate object instanceName("
           << instanceName << ") interfaceName(" << interfaceName << ") --> "
-          << hex << (void *) this << dec )
+          << hex << (void *) this << dec );
   beginService( "DataStream_Impl::DataStream_Impl" );
   _thisObj = this ;
   _id = _poa->activate_object(_thisObj);