Sequence in a Struct

To create a sequence in a struct, you have to use the <<CORBAAnonymousSequence>> stereotype on the sequence class.



struct Customer {
 string name_lastname;
 long age;
 sequence< string > w;
};


Created October 7, 2009. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com