[orbitcpp-commits] orbitcpp philipd
Status: Beta
Brought to you by:
philipd
From: Phil D. <ph...@us...> - 2001-01-16 09:42:27
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: philipd 01/01/16 01:42:24 Modified files: . : configure.in compiler : pass_skels.cc pass_stubs.cc pass_xlate.cc orb : orbitcpp_any.cc orbitcpp_any.hh orbitcpp_tools.cc patches : 2000-03-09.orbit-patch test/everything: client.cc everything-impl.cc everything-impl.hh test/string : stringtest-impl.cc stringtest-impl.hh Log message: Ammendments to allow orbitcpp to compile against ORBit-stable, gcc 2.96 ---------------------------------------------------------------------- - Added throw() clauses to tests, to allow compilation with gcc 2.96 - changed accesses to any._release to CORBA_any_get_release() & CORBA_any_set_release() - typecode_release() becomes object_release() in 05x - CORBA_Typecode_equivalent() becomes CORBA_Typecode_equal() - Implemented - cut-n-pasted 'ORBit_demarshal_allocate_mem', since it is static in 05x - ported _orbitcpp::TypeCode_allocate() for 05X (typecodes are init as pseudo objects in 05x) |