Salome HOME
bos #19182: Additional fix for CreateFolder() service
[modules/geom.git] / src / GEOM_I / GEOM_Gen_i.hh
index 16e68220f479d883efc2ade314fd48028ea40001..cd515fe03cc4f926a9bd06f6fc37b45659259206 100644 (file)
@@ -325,6 +325,8 @@ class GEOM_I_EXPORT GEOM_Gen_i: virtual public POA_GEOM::GEOM_Gen, virtual publi
   virtual GEOM::GEOM_BaseObject_ptr GetObject(const char* theEntry);
 
  private:
+  SALOMEDS::SComponent_var findOrCreateComponent();
+
   GEOM::ListOfGO* RestoreSubShapes (GEOM::GEOM_Object_ptr   theObject,
                                     SALOMEDS::SObject_ptr   theSObject,
                                     const GEOM::ListOfGO&   theArgs,