From: crouzet Date: Thu, 4 Aug 2011 12:58:04 +0000 (+0000) Subject: add two missing types X-Git-Tag: V5_1_6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e401437269ceba9873521441de1444dff77808dd;p=tools%2Fyacsgen.git add two missing types --- diff --git a/module_generator/hxx_awk.py b/module_generator/hxx_awk.py index ab4c5aa..e041ff9 100644 --- a/module_generator/hxx_awk.py +++ b/module_generator/hxx_awk.py @@ -369,6 +369,8 @@ BEGIN { idl_arg_type["const std::vector&"]="in SALOME::vectorOfLong" idl_arg_type["std::vector*&"]="out SALOME::vectorOfLong" idl_arg_type["const ParaMEDMEM::MEDCouplingFieldDouble*"]="in SALOME_MED::MEDCouplingFieldDoubleCorbaInterface" + idl_arg_type["const ParaMEDMEM::MEDCouplingFieldDouble&"]="in SALOME_MED::MEDCouplingFieldDoubleCorbaInterface" + idl_arg_type["ParaMEDMEM::MEDCouplingFieldDouble*&"]="out SALOME_MED::MEDCouplingFieldDoubleCorbaInterface" # # # mapping for returned types