Salome HOME
import and export XAO with Fields
[modules/geom.git] / src / GEOM_I_Superv / GEOM_Superv_i.cc
index 2d563ef8c10990a2825e87f4bc62a6bdd545ab11..946f958d29bdf8e8714993ca95f092443680fcbb 100644 (file)
@@ -3332,7 +3332,7 @@ GEOM::GEOM_List_ptr GEOM_Superv_i::GetObjects (GEOM::GEOM_Object_ptr theGroup)
 //  ExportXAO
 //=============================================================================
 CORBA::Boolean GEOM_Superv_i::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)
 {
   beginService( " GEOM_Superv_i::ExportXAO" );
@@ -3347,7 +3347,7 @@ CORBA::Boolean GEOM_Superv_i::ExportXAO (GEOM::GEOM_Object_ptr shape,
 //  ImportXAO
 //=============================================================================
 CORBA::Boolean GEOM_Superv_i::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)
 {
   return false;
 }