Salome HOME
add XAO import and modify export
[modules/geom.git] / src / GEOMImpl / GEOMImpl_IImportExportOperations.hxx
index 66992b855b4dc0a46f42361b4e6914850a6c418f..4e7c42638ea375c9dc796838cca612fcb858f964 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2013  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -15,9 +15,6 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//  File   : GEOMImpl_IImportExportOperations.hxx
-//  Author : Vadim SANDLER, Open CASCADE S.A.S. (vadim.sandler@opencascade.com)
 
 #ifndef _GEOMImpl_IImportExportOperations_HXX_
 #define _GEOMImpl_IImportExportOperations_HXX_
@@ -47,11 +44,12 @@ public:
     Standard_EXPORT bool ExportXAO(Handle(GEOM_Object) shape,
             std::list<Handle(GEOM_Object)> groupList,
             std::list<Handle(GEOM_Object)> fieldList,
-            char*& xao);
-//    Standard_EXPORT bool ImportXAO (const std::string fileName,
-//            Handle(GEOM_Object) shape,
-//            std::list<Handle(GEOM_Object)> groupList,
-//            std::list<Handle(GEOM_Object)> fieldList);
+            const char* author,
+            const char* fileName);
+    Standard_EXPORT bool ImportXAO(const char* fileName,
+            Handle(GEOM_Object)& shape,
+            Handle(TColStd_HSequenceOfTransient)& groupList,
+            Handle(TColStd_HSequenceOfTransient)& fieldList);
     /*@@ insert new functions before this line @@ do not remove this line @@*/
 };
 #endif