Salome HOME
Integration of PAL/SALOME V2.1.0c from OCC
[modules/smesh.git] / src / SMESH / SMESH_Group.hxx
index 5147a44d79bb1fa32df646ab5dfe9bf648495b8a..4486d5f2dc986aa293b5fec40010adfa365033d0 100644 (file)
@@ -30,7 +30,7 @@
 
 #include <SMDSAbs_ElementType.hxx>
 #include <string>
-using namespace std;
+
 
 class SMESHDS_Group;
 class SMESH_Mesh;
@@ -39,7 +39,8 @@ class SMESH_Group
 {
  public:
 
-  SMESH_Group (const SMESH_Mesh*         theMesh,
+  SMESH_Group (int                       theID,
+               const SMESH_Mesh*         theMesh,
                const SMDSAbs_ElementType theType,
                const char*               theName);
   ~SMESH_Group ();
@@ -57,7 +58,7 @@ class SMESH_Group
   // prohibited assign operator
 
   SMESHDS_Group * myGroupDS;
-  string          myName;
+  std::string     myName;
 
 };