Salome HOME
Sessionless mode for calcium.
[modules/kernel.git] / src / DSC / DSC_Basic / DSC_i.cxx
index b93fc5c1d08c40a2bd5163fee14d096ddfb5aa89..fcdeba8075748baa81a86538ac2174a4b3da1c86 100644 (file)
@@ -34,11 +34,14 @@ Engines_DSC_i(CORBA::ORB_ptr orb,
                         PortableServer::ObjectId * contId,
                         const char *instanceName,
                         const char *interfaceName,
-                        bool /*notif*/) : Engines_Component_i(orb, 
+                        bool notif) : Engines_Component_i(orb,
                                                               poa, 
                                                               contId, 
                                                               instanceName, 
-                                                              interfaceName)
+                                                              interfaceName,
+                                                              notif,
+                                                              false
+                                                         )
 {
 #ifdef MYDEBUG
   std::cerr << "--Engines_DSC_i: MARK 1 --" << instanceName << "----" << std::endl;