X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHDS%2FSMESHDS_Hypothesis.cxx;h=b1cf717b895730e5d3e9a417a6a04f9ef12eb0da;hp=35b551f46bc60b937ea65fa268cf73a7acb91c15;hb=c3bf92bd87b770fd81631a3853f7f5bb1ac6a4e8;hpb=789d7f7415a1e465aee36232e7633eea548ff1fb diff --git a/src/SMESHDS/SMESHDS_Hypothesis.cxx b/src/SMESHDS/SMESHDS_Hypothesis.cxx index 35b551f46..b1cf717b8 100644 --- a/src/SMESHDS/SMESHDS_Hypothesis.cxx +++ b/src/SMESHDS/SMESHDS_Hypothesis.cxx @@ -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);