Hi,
Mike Bond wrote:
>
> I just realized my question on mapping C++ data to corba doesn't make
> complete sense. What I want to be able to do is pass a C++ object by
> value as a parameter to an interface method. Is this possible using
> ORBit C++?
No, not yet (?). The feature is called Object By Value (OBV) and has been
introduced with CORBA 2.3. ORBit-C++ is a wrapper around ORBit (implemented in C)
which is (mostly) aiming at CORBA 2.2. The reason for this is that the C-language
mapping has not been aligned to CORBA 2.3 yet.
I heard that there is currently some OMG discussion going on to align
the C-language mapping to CORBA 2.x (x>=3) but there are no official statements yet.
Meanwhile, you must live without this feature,
or make a reference implementation for C which can be used as input to the OMG.... ;-)
Michael
>
> --
> TTFN
> MikeB
> _______________________________________________
> orbitcpp-list mailing list
> orb...@li...
> http://lists.sourceforge.net/mailman/listinfo/orbitcpp-list
|