Salome HOME
Implement 'make dist' and 'make distcheck' steps support
[modules/smesh.git] / src / SMESH_I / SMESH_MEDSupport_i.hxx
index 3a1d164e2378cc39f0be170fd7ee595eb018067d..fab63289f57a4f5852a278ecc6cfeaa0960cd007 100644 (file)
@@ -49,7 +49,7 @@ class SMESH_I_EXPORT SMESH_MEDSupport_i:
 
 // Constructors and associated internal methods
        SMESH_MEDSupport_i(SMESH_subMesh_i * sm,
-               string name, string description, SALOME_MED::medEntityMesh entity);
+               std::string name, std::string description, SALOME_MED::medEntityMesh entity);
        SMESH_MEDSupport_i(const SMESH_MEDSupport_i & s);
 
 // IDL Methods
@@ -102,8 +102,8 @@ class SMESH_I_EXPORT SMESH_MEDSupport_i:
        ::SMESH_subMesh_i * _subMesh_i;
 
        SMESHDS_Mesh * _meshDS;
-       string _name;
-       string _description;
+       std::string _name;
+        std::string _description;
        bool _isOnAllElements;
        bool _seqNumber;
        int _seqLength;