[PolyORB-users] Value type

Frédéric Praca frederic.praca at free.fr
Thu Feb 21 08:50:24 CET 2013


Hello,
I just started to look at PolyORB for a small test and I would like to
know if Corba value types are supported.
In fact, regarding the documentation here
(http://docs.adacore.com/polyorb-docs/polyorb_ug.html/CORBA-Core.html
), it seems that there's no support.
But in the same time, in the directory testsuite/idls, we can find
several tests about it.
I also tested the following small idl 
module ValueTest 
{ 
  valuetype One 
  { 
    public string s; 
    public long l; 
  }; 

  interface Test { 
    One op1(in One a, in One b); 
  }; 
};

which accepts to compile valuetype definition but not the use of them
inside the interface.

What is the current status for this ?

Regards

Fred


More information about the PolyORB-users mailing list