$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Any interest in creating new CORBA IDL to C++ mapping?
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2010-08-02 10:31:03
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.