X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROPy%2FHYDROData_Application.sip;h=c34c89768a85d5c88b32c8f3aa009ed621801049;hb=9c947f35615e69e9e54a8c4b074dd1f2be13689c;hp=d9499915f6a802d9e95c32fb428709ac035dcf12;hpb=2cf9e838e652ae811d9b3931914771ad1836c6b8;p=modules%2Fhydro.git diff --git a/src/HYDROPy/HYDROData_Application.sip b/src/HYDROPy/HYDROData_Application.sip index d9499915..c34c8976 100644 --- a/src/HYDROPy/HYDROData_Application.sip +++ b/src/HYDROPy/HYDROData_Application.sip @@ -27,16 +27,9 @@ class HYDROData_Application #include %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 +};