[orbitcpp-commits] orbitcpp philipd
Status: Beta
Brought to you by:
philipd
From: Phil D. <ph...@sl...> - 2000-03-30 14:09:36
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: philipd 00/03/30 06:03:39 Modified files: compiler : pass_gather.cc types.cc types.hh orb : orbitcpp_poa.cc orbitcpp_poa.hh test/everything: client.cc constants.hh everything-impl.cc everything-impl.hh everything.idl Log message: - Fixed the IDLSequence memory leak - Added a scheme for using the typedef ident in IDLSequence marshalling methods (keeps a hold of the IDLElement typedef). - Took const off of writeTypeDef, since it needs to hold a ref to the dest IDLElement for this to work. - Sequences now work as in parameters... - Made ServantMethods inherit from ServantBase, since _this() needs to be on Ser vantBase for ActivateObject to work. |