Chapter 15 Working with IDL


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;
};

 


Copyright (C) 2005. Sybase Inc. All rights reserved.