Salome HOME
Merging with the MAN_SALOME2 branch
[modules/med.git] / src / MEDMEM / MEDMEM_Group.hxx
index 46e3ab9eff26f1586fa351ff7d149f36e604939f..f0cde2141062ad7a391a3bdab6dcdebeb8cbfbfc 100644 (file)
@@ -8,10 +8,8 @@
 
 #include <vector>
 #include <list>
-//#include "MEDMEM_Support.hxx"
 #include "MEDMEM_Family.hxx"
 
-class FAMILY;
 
 /*!
 
@@ -21,6 +19,8 @@ class FAMILY;
 
 */
 
+namespace MEDMEM {
+class FAMILY;
 class GROUP : virtual public SUPPORT
 {
 protected :
@@ -63,8 +63,10 @@ public:
   inline FAMILY *       getFamily(int i) const ;
 
 };
+};
 
 // inline method :
+using namespace MEDMEM;
 
 /*! set the attribut _numberOfFamilies to numberOfFamilies */
 //----------------------------------------------------------