Salome HOME
refs #1331: automatic test for profiles points in GUI
[modules/hydro.git] / src / HYDROPy / HYDROData_Application.sip
index d9499915f6a802d9e95c32fb428709ac035dcf12..c34c89768a85d5c88b32c8f3aa009ed621801049 100644 (file)
@@ -27,16 +27,9 @@ class HYDROData_Application
 #include <HYDROData_Application.h>
 %End
 
-public: // useful methods inside of the package
-
-  //! Retuns the application: one per process    
+public:
   static HYDROData_Application* GetApplication();   
 
-public: // Redefined OCAF methods
-  //! Return name of resource (i.e. "Standard")
   const char* ResourcesName();
-  //! Constructor
-  //! Use method GetInstance() method to obtain 
-  //! the static instance of the object (or derive your own application)
   HYDROData_Application();
-};
\ No newline at end of file
+};