X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHDS%2FSMESHDS_Hypothesis.cxx;h=023ebf20be54622ad65fc01dbe7d1358b9b12f88;hp=35b551f46bc60b937ea65fa268cf73a7acb91c15;hb=c63ee099ad2b149bd70136839c973e8910137bc5;hpb=789d7f7415a1e465aee36232e7633eea548ff1fb diff --git a/src/SMESHDS/SMESHDS_Hypothesis.cxx b/src/SMESHDS/SMESHDS_Hypothesis.cxx index 35b551f46..023ebf20b 100644 --- a/src/SMESHDS/SMESHDS_Hypothesis.cxx +++ b/src/SMESHDS/SMESHDS_Hypothesis.cxx @@ -17,7 +17,7 @@ // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // // @@ -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);