]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOM_I/GEOM_IInsertOperations_i.hh
Salome HOME
0022766: [EDF] Transport of names
[modules/geom.git] / src / GEOM_I / GEOM_IInsertOperations_i.hh
index 4a2b4f2ccccd00f86ae6dc33752d50569e73de0b..26bfa4d88584424c1e54436cd308459833406d84 100644 (file)
@@ -66,7 +66,13 @@ class GEOM_I_EXPORT GEOM_IInsertOperations_i :
                                 CORBA::Long& theHeight);
 
   GEOM::ListOfLong* GetAllTextures();
-  
+
+  CORBA::Boolean TransferData
+        (GEOM::GEOM_Object_ptr                                 theObjectFrom,
+         GEOM::GEOM_Object_ptr                                 theObjectTo,
+         GEOM::find_shape_method                               theFindMethod,
+         GEOM::GEOM_IInsertOperations::ListOfTransferDatum_out theResult);
+
   ::GEOMImpl_IInsertOperations* GetOperations()
   { return (::GEOMImpl_IInsertOperations*)GetImpl(); }
 };