X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHDS%2FSMESHDS_Document.hxx;h=e95269f11270208a1488a579037f907860e40654;hp=4da7a3c470cb4ae431f8ec8c5584f2932f15a09a;hb=e4737e85f0da6d3f90fd08f6be1c2825195fe16f;hpb=51569f091c2d18be76ea9bd3e68ca0247cc731c3 diff --git a/src/SMESHDS/SMESHDS_Document.hxx b/src/SMESHDS/SMESHDS_Document.hxx index 4da7a3c47..e95269f11 100644 --- a/src/SMESHDS/SMESHDS_Document.hxx +++ b/src/SMESHDS/SMESHDS_Document.hxx @@ -27,10 +27,10 @@ #ifndef _SMESHDS_Document_HeaderFile #define _SMESHDS_Document_HeaderFile -#include #include "SMESHDS_Mesh.hxx" #include "SMESHDS_Hypothesis.hxx" -using namespace std; +#include + class SMESHDS_Document { @@ -54,10 +54,10 @@ class SMESHDS_Document private: int myUserID; - map myMeshes; - map myHypothesis; - map::iterator myMeshesIt; - map::iterator myHypothesisIt; + std::map myMeshes; + std::map myHypothesis; + std::map::iterator myMeshesIt; + std::map::iterator myHypothesisIt; }; #endif