[omniORB] no _retn() defined for class _CORBA_Sequence_Var

David Riddoch djr@uk.research.att.com
Mon, 10 May 1999 17:26:05 +0100 (GMT)


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.