Salome HOME
Enhancement of mechanism of automatic searching of GEOM plugins to catch Import/Expor...
[modules/geom.git] / src / GEOMImpl / GEOMImpl_IInsertOperations.hxx
index 0aa30a51979a395ff17217d02f70bd39d46900e8..c3c982fecb036175c910f40948e34aec631d660c 100644 (file)
@@ -143,8 +143,7 @@ class GEOMImpl_IInsertOperations : public GEOM_IOperations {
                           const NCollection_List<TopoDS_Shape> &theShapes);
 
  private:
-  Handle(Resource_Manager) myResMgr;
-  Handle(Resource_Manager) myResMgrUser;
+  std::vector<Handle(Resource_Manager)> myResMgrList;
   GEOMImpl_IShapesOperations* myShapesOperations;
   GEOMImpl_IGroupOperations* myGroupOperations;
   GEOMImpl_IFieldOperations* myFieldOperations;