Salome HOME
Remove Opencascade dependencies. Change to STL.
[modules/smesh.git] / src / SMESHDS / SMESHDS_Hypothesis.cxx
index 35b551f46bc60b937ea65fa268cf73a7acb91c15..b1cf717b895730e5d3e9a417a6a04f9ef12eb0da 100644 (file)
@@ -63,7 +63,7 @@ SMESHDS_Hypothesis::~SMESHDS_Hypothesis()
  */
 //=============================================================================
 
-const char* SMESHDS_Hypothesis::GetName()
+const char* SMESHDS_Hypothesis::GetName() const
 {
 //   MESSAGE("SMESHDS_Hypothesis::GetName");
 //   SCRUTE(_name);
@@ -77,7 +77,7 @@ const char* SMESHDS_Hypothesis::GetName()
  */
 //=============================================================================
 
-int SMESHDS_Hypothesis::GetID()
+int SMESHDS_Hypothesis::GetID() const
 {
 //   MESSAGE("SMESHDS_Hypothesis::GetId");
 //   SCRUTE(_hypId);
@@ -90,7 +90,7 @@ int SMESHDS_Hypothesis::GetID()
  */
 //=============================================================================
 
-int SMESHDS_Hypothesis::GetType()
+int SMESHDS_Hypothesis::GetType() const
 {
 //   MESSAGE("SMESHDS_Hypothesis::GetType");
 //   SCRUTE(_type);