Salome HOME
import and export XAO with Fields
[modules/geom.git] / src / GEOM_I / GEOM_IInsertOperations_i.hh
index aca7a55f758c5e307e25492244db163679984a81..69bd1cdf48251da0c248dad8e7ad192b409cba9b 100644 (file)
@@ -74,16 +74,16 @@ class GEOM_I_EXPORT GEOM_IInsertOperations_i :
   GEOM::ListOfLong* GetAllTextures();
   
   CORBA::Boolean ExportXAO (GEOM::GEOM_Object_ptr shape,
-                           const GEOM::ListOfGO& groups,
-                           const GEOM::ListOfGO& fields,
-                           const char* author,
-                           const char* fileName);
+                            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::GEOM_Object_out shape,
+                            GEOM::ListOfGO_out subShapes,
+                            GEOM::ListOfGO_out groups,
+                            GEOM::ListOfFields_out fields);
   
   ::GEOMImpl_IInsertOperations* GetOperations()
   { return (::GEOMImpl_IInsertOperations*)GetImpl(); }