Salome HOME
Merge V9_dev branch into master
[modules/kernel.git] / src / TestContainer / TestContainer.cxx
index 4deb36b376072e9dd7a79ff12b1d201e53844a78..c31f160925dd23baaeea44914644a3202e6035e5 100644 (file)
@@ -72,7 +72,7 @@ Engines::TestComponent_ptr create_instance(Engines::Container_ptr iGenFact,
   iGenFact->load_component_Library(componenttName.c_str(),reason);
 #endif
   CORBA::string_free(reason);
-  CORBA::Object_var obj = iGenFact->create_component_instance(componenttName.c_str(), 0);
+  CORBA::Object_var obj = iGenFact->create_component_instance(componenttName.c_str());
   Engines::TestComponent_var anInstance = Engines::TestComponent::_narrow(obj);
   MESSAGE("create anInstance");
   SCRUTE(anInstance->instanceName());