[omniORB] Is it possible to use vectors in IDL ?

Rajesh Khan rajeshkhan808 at gmail.com
Sun Dec 18 20:27:32 GMT 2011


Hi I was justgoing over Vinoskis C++ and CORBA book and came across the IDL
and the following example:

struct TimeOfDay {
    short   hour;       // 0 - 23
    short   minute;     // 0 - 59
    short   second;     // 0 - 59
};

interface Time {
    TimeOfDay   get_gmt();
};

I was just curious can we use std::vector type in TimeOfDay ?
I am still going over the book . but it will be great to have your
opinions..
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20111218/8d37fe8c/attachment.htm


More information about the omniORB-list mailing list