X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHDS%2FSMESHDS_Hypothesis.cxx;h=29501c440465c78bef4a4bc9ee905c13b7e76a15;hp=35b551f46bc60b937ea65fa268cf73a7acb91c15;hb=f4cb697fcc605c3b9cdb517f9b4eef6b8532dc1a;hpb=4791f5b30ea7a9c1247aa551750dc71cb83b99aa diff --git a/src/SMESHDS/SMESHDS_Hypothesis.cxx b/src/SMESHDS/SMESHDS_Hypothesis.cxx index 35b551f46..29501c440 100644 --- a/src/SMESHDS/SMESHDS_Hypothesis.cxx +++ b/src/SMESHDS/SMESHDS_Hypothesis.cxx @@ -26,10 +26,9 @@ // 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);