Salome HOME
refs #1048
[modules/hydro.git] / src / HYDROPy / HYDROData_ArtificialObject.sip
index 87526ec3ae21acc244a5572bb6ae3178a79ada71..0720b6c32ca06d90bf4836a8bab71bee00bed1b6 100644 (file)
@@ -52,20 +52,7 @@ class HYDROData_ArtificialObject : public HYDROData_Object /Abstract/
     }
 %End
 
-public:
-
-
 protected:
-
-  /**
-   * Creates new object in the internal data structure. Use higher level objects 
-   * to create objects with real content.
-   */
   HYDROData_ArtificialObject();
-
-  /**
-   * Destructs properties of the object and object itself, removes it from the document.
-   */
   virtual ~HYDROData_ArtificialObject();
-  
 };