Salome HOME
Merging with the MAN_SALOME2 branch
[modules/med.git] / src / MedClient / src / MESHClient.hxx
index 4b268edbb009c52ce162f70e555579dd0981e928..ffaf903b185563d01a46bdcb9a6a5f725aab9228 100644 (file)
@@ -6,6 +6,7 @@
 #include "MEDMEM_Mesh.hxx"
 #include CORBA_CLIENT_HEADER(MED)
 
+namespace MEDMEM {
 class MESHClient : public MESH {
 
 private :
@@ -25,6 +26,7 @@ public :
   void fillCopy();
 
 };
+}
 
 #endif