[orbitcpp-commits] orbitcpp philipd
Status: Beta
Brought to you by:
philipd
From: Phil D. <ph...@us...> - 2000-08-22 06:19:32
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: philipd 00/08/21 23:19:31 Modified files: compiler : pass_xlate.cc types.cc types.hh orb : orbitcpp_sequence.hh orbitcpp_tools.cc test/everything: client.cc everything.idl Log message: - Wrote some infrastructure to initialise compound elements without resorting to the operator new[] hackery. (check out IDLType::writeInitCode(), and look at the implementations in IDLString, IDLStruct and IDLArray) - Implemented corba 2.3 array initialisation (e.g. arrays of strings are initialised to "") - Removed the sequences operator new[] hack (hurrah!) in favour of this new code. (removed all the really dodgy complex stuff in orbitcpp_sequence.hh!) - Removed the thread-unsafe global variables surrounding the operator new[] hackage. |