Salome HOME
Adapt to KERNEL change (ContainerParameters)
authorbarate <barate>
Fri, 15 Feb 2013 13:31:56 +0000 (13:31 +0000)
committerbarate <barate>
Fri, 15 Feb 2013 13:31:56 +0000 (13:31 +0000)
src/SalomeApp/SalomeApp_DataObject.cxx

index 796539f80ce102d42b377175f31555728e82f4b6..e98e1323a9786adff682c3068ec11bd17448a34b 100644 (file)
@@ -262,7 +262,7 @@ QString SalomeApp_DataObject::toolTip( const int /*id*/ ) const
       // --- try to find (and not load) the component instance, like GEOM instance,
       //     registered in naming service under Containers/<hostname>/...
       //     with any container name, on every machine available
-      Engines::MachineParameters params;
+      Engines::ContainerParameters params;
       app->lcc()->preSet(params); // --- any container name, anywhere
       Engines::EngineComponent_var aComponent =
         app->lcc()->FindComponent(params, componentDataType().toLatin1().constData() );