Salome HOME
Merge with version on tag OCC-V2_1_0d
[modules/smesh.git] / src / SMESHDS / SMESHDS_Hypothesis.cxx
index 35b551f46bc60b937ea65fa268cf73a7acb91c15..29501c440465c78bef4a4bc9ee905c13b7e76a15 100644 (file)
 //  Module : SMESH
 //  $Header$
 
-using namespace std;
-using namespace std;
 #include "SMESHDS_Hypothesis.hxx"
 
+using namespace std;
 
 //=============================================================================
 /*!
@@ -63,7 +62,7 @@ SMESHDS_Hypothesis::~SMESHDS_Hypothesis()
  */
 //=============================================================================
 
-const char* SMESHDS_Hypothesis::GetName()
+const char* SMESHDS_Hypothesis::GetName() const
 {
 //   MESSAGE("SMESHDS_Hypothesis::GetName");
 //   SCRUTE(_name);
@@ -77,7 +76,7 @@ const char* SMESHDS_Hypothesis::GetName()
  */
 //=============================================================================
 
-int SMESHDS_Hypothesis::GetID()
+int SMESHDS_Hypothesis::GetID() const
 {
 //   MESSAGE("SMESHDS_Hypothesis::GetId");
 //   SCRUTE(_hypId);
@@ -90,7 +89,7 @@ int SMESHDS_Hypothesis::GetID()
  */
 //=============================================================================
 
-int SMESHDS_Hypothesis::GetType()
+int SMESHDS_Hypothesis::GetType() const
 {
 //   MESSAGE("SMESHDS_Hypothesis::GetType");
 //   SCRUTE(_type);