Salome HOME
Control of success of creation of links and keep of object references of links.
[modules/superv.git] / src / Supervision / StreamLink_Impl.cxx
index 5f56882ee49315ff524b4c1844d7dec6e52a42f0..09125765ae175e7f8dffeeb0f676c85babcc9f22 100644 (file)
@@ -40,10 +40,11 @@ StreamLink_Impl::StreamLink_Impl( CORBA::ORB_ptr orb ,
                                   const char *InputParameterName ,
                                   GraphEditor::InNode * DataFlowOutNode ,
                                   const char *OutputParameterName ,
-                                  const bool Create ) :
+                                  const bool Create ,
+                                  bool & Success ) :
   Link_Impl( orb , poa , contId , instanceName , interfaceName , DataFlowEditor ,
              DataFlowNode , InputParameterName , DataFlowOutNode ,
-             OutputParameterName , false , false ) {
+             OutputParameterName , false , false , Success ) {
 //  MESSAGE("StreamLink_Impl::StreamLink_Impl activate object instanceName("
 //          << instanceName << ") interfaceName(" << interfaceName << ") --> "
 //          << hex << (void *) this << dec )