]> SALOME platform Git repositories - tools/yacsgen.git/commitdiff
Salome HOME
CCAR: fix bug with pyobj type
authorcaremoli <caremoli>
Thu, 14 Oct 2010 15:36:07 +0000 (15:36 +0000)
committercaremoli <caremoli>
Thu, 14 Oct 2010 15:36:07 +0000 (15:36 +0000)
module_generator/yacstypes.py

index 125254eb62822213fb61a6c672501dfb153546a3..f82b6b052f3b54764e2ca29bf49c039507b0a0d6 100644 (file)
@@ -31,7 +31,7 @@ corbaOutTypes = {"double":"CORBA::Double&", "long":"CORBA::Long&",
                  "stringvec":"%s::stringvec_out", "intvec":"%s::intvec_out",
                  "file":None
                 }
-moduleTypes = {"double":"", "long":"", "string":"", "dblevec":"", "stringvec":"", "intvec":"", "file":"" }
+moduleTypes = {"double":"", "long":"", "string":"", "dblevec":"", "stringvec":"", "intvec":"", "file":"" , "pyobj":"" }
 
 idlTypes = {"double":"double", "long":"long", "string":"string", "dblevec":"dblevec", "stringvec":"stringvec", "intvec":"intvec", "file":"" }