$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Pavel Vozenilek (pavel_vozenilek_at_[hidden])
Date: 2005-04-19 14:34:30
"Simon Monckton" wrote:
> Do any of you have experience passing BOOST vectors/arrays over CORBA?
> Short of writing a BOOST idl, is there a way of getting at and passing
> raw array data?
>
I am not sure what you mean by BOOST vector.
You need to convert data in Boost containers into/from
Corba structures, like it needs to be done for any
other C++ containers.
There's no explicit Corba support in Boost.
/Pavel