X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHDS%2FSMESHDS_Hypothesis.hxx;h=3a79039b8d1b3136c48fa5ae8776fc16dc8da0fd;hp=b6e21c2cd03d288175c7da156146e58a8a55b337;hb=00c069f8d414099a12268c42d58c6cfae9d1bff9;hpb=4791f5b30ea7a9c1247aa551750dc71cb83b99aa diff --git a/src/SMESHDS/SMESHDS_Hypothesis.hxx b/src/SMESHDS/SMESHDS_Hypothesis.hxx index b6e21c2cd..3a79039b8 100644 --- a/src/SMESHDS/SMESHDS_Hypothesis.hxx +++ b/src/SMESHDS/SMESHDS_Hypothesis.hxx @@ -38,9 +38,7 @@ #include #include #endif - -// class istream; -// class ostream; +using namespace std; class SMESHDS_Hypothesis { @@ -48,9 +46,9 @@ public: SMESHDS_Hypothesis(int hypId); virtual ~SMESHDS_Hypothesis(); - const char* GetName(); - int GetID(); - int GetType(); + const char* GetName() const; + int GetID() const; + int GetType() const; virtual ostream & SaveTo(ostream & save)=0; virtual istream & LoadFrom(istream & load)=0;