Salome HOME
Merging with the MAN_SALOME2 branch
[modules/med.git] / src / MEDMEM / MEDMEM_STRING.hxx
index fde1ee0953e29169b3620b80991d600aa21c3146..3965a652778e284fae352601bfe62d2652427f2e 100644 (file)
@@ -14,6 +14,7 @@ using namespace std;
       msgErr << "This Object cannot be instanciated by now ! Try "<< 11 << "times just to see what happens ";
       throw SALOME_EXCEPTION (LOCALIZED(msgErr)) ;
                                                                */
+namespace MEDMEM {
 class STRING : public string
 {
 
@@ -65,5 +66,6 @@ public :
 
    }
 } ;
+} ;
 
 # endif