Please report new issues athttps://github.com/DOCGroup
sequence item
Added block, reassign at the same time. Idea is to refactor serialize/deserialize out of the idl compiler into just some template methods, will simplify the generated code for sequences a lot. The code will then just be: ::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const ParamMod::ParameterTester::object_seq_type &_tao_sequence ) { return TAO::details::insert_unbounded_sequence(strm, _tao_sequence); } ::CORBA::Boolean operator>> ( TAO_InputCDR &strm, ParamMod::ParameterTester::object_seq_type &_tao_sequence ) { return TAO::details::extract_unbounded_sequence(strm, _tao_sequence); }
Okay, please let me know when things are ready for these changes to be made.
will be part of the sequence changes
Wed Apr 19 07:48:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>