
2 Aug
2010
2 Aug
'10
2:31 p.m.
On 02/08/10 14:59, Jon Biggar wrote:
class Bar : public CORBA::Object { template<class _ResultType = FooSeq<>, class _argType = FooSeq<> > virtual _ResultType manipulate( const CORBA::SequenceInAdapter<_argType> &arg ) = 0; };
C++ unfortunately does not have template virtual functions, so this code isn't well-formed.