[orbitcpp-commits] orbitcpp philipd
Status: Beta
Brought to you by:
philipd
From: Phil D. <ph...@cv...> - 2000-03-13 14:28:13
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: philipd 00/03/13 06:23:37 Modified files: . : configure.in compiler : pass_skels.cc orb : orbitcpp_corba.cc orbitcpp_object.hh orbitcpp_poa.cc orbitcpp_poa.hh test : Makefile.am Makefile.idlbuildvars Makefile.testbuildvars test/string : Makefile.am Added files: test/boolean : .cvsignore Makefile.am README boolean-impl.cc boolean-impl.hh boolean.idl client.cc server.cc test/boolean/generated: .cvsignore Makefile.am Log message: - Added support for Servant::_this() (via an inherited ServantBase template class) - Fixed a memory bug (corba::object delete was calling CORBA_free(), not CORBA_O bject_release() - Added the Boolean test |