[orbitcpp-commits] orbitcpp philipd
Status: Beta
Brought to you by:
philipd
From: Phil D. <ph...@us...> - 2001-01-30 14:56:51
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: philipd 01/01/30 06:56:49 Modified files: . : AUTHORS compiler : base.hh language.hh pass.cc pass_xlate.cc types.cc orb : Makefile.am orbitcpp_any.cc orbitcpp_any.hh orbitcpp_smartptr.hh orbitcpp_tools.hh test/basic : Makefile.am client.cc server.cc test/basic/generated: Makefile.am test/everything: client.cc everything-impl.cc everything-impl.hh everything.idl server.cc test/idl-torture: .gdbinit Log message: - Added Sams typecode patch, and ammended idl compiler stuff for TCs - Actually the compiler stuff is a bit more cludgy than it should be - the sequences code doesn't have access to its own typedef, and so can't write the any extractors and inserters properly. To counter this, these functions are done using the C typecode, and then casted into the cpp one. - ammended any implementation to use c++ typecodes - added Richard Andrews c++ standards compliance patches - added typecode marshalling code (and a bunch of Object methods to TypeCode like release() and _duplicate()) |