Salome HOME
import and export XAO with Fields
[modules/geom.git] / src / GEOM_I_Superv / GEOM_Superv_i.hh
index 6136b3e74c735154cc6dd0cbbba5e9cd74e0ec43..daff0facb57168e52f0efe84cb77b97517fed803 100644 (file)
@@ -692,10 +692,10 @@ public:
   // ImportExport Operations                                   //
   //-----------------------------------------------------------//
   CORBA::Boolean ExportXAO(GEOM::GEOM_Object_ptr shape,
-                           const GEOM::ListOfGO& groups, const GEOM::ListOfGO& fields,
+                           const GEOM::ListOfGO& groups, const GEOM::ListOfFields& fields,
                            const char* author, const char* fileName);
   CORBA::Boolean ImportXAO(const char* fileName, GEOM::GEOM_Object_out shape, 
-                           GEOM::ListOfGO_out subShapes, GEOM::ListOfGO_out groups, GEOM::ListOfGO_out fields);
+                           GEOM::ListOfGO_out subShapes, GEOM::ListOfGO_out groups, GEOM::ListOfFields_out fields);
 
   //-----------------------------------------------------------//
   // Advanced Operations                                       //