Salome HOME
patch for install error on Linux
[modules/hydro.git] / src / HYDROData / HYDROData_Entity.h
index a38e771dd47ba9a8499061bc6a34835b23e38882..37bdcc664111c8204c90200ed210224aae9b9858 100644 (file)
@@ -453,6 +453,10 @@ protected:
   void SetDouble( int theTag, double theValue );
   double GetDouble( int theTag, double theDefValue = 0.0 ) const;
 
+  void SetInteger( int theTag, int theValue );
+  int GetInteger( int theTag, int theDefValue = 0 ) const;
+
+
   int GetGeomChangeFlag() const;
 
 protected: