[omniORB] no _retn() defined for class _CORBA_Sequence_Var

Lars von Wedel lvw@kazul
Wed, 12 May 1999 10:07:10 +0200



In absence of the methods mentioned below -- what is the preferred way
of working with sequences as out or return parameters?

I end up working with C++-pointers to my sequences all the time
instead of using _var types.

Lars



David Riddoch writes:
 > On Mon, 10 May 1999, Alex Hornby wrote:
 > 
 > > Is there a reason that the _retn(), in(), out() and inout() functions
 > > are missing in the definition for _CORBA_Sequence_Var in templatedecls.h?
 > 
 > Only that they haven't been implemented yet. We are currently 2.0
 > compliant. This is a 2.2 or 2.1 feature I think.
 > 
 > > These are supposed to be present on each _var type. In their absence
 > > how am I supposed to return the contents of a Sequence_var?
 > > 
 > > If no-one else has had a go at this I will fix it and post some diffs.
 > 
 > 
 >