Chapter 15 Working with IDL


Array for a sequence

You can use a class with the <<CORBAAnonymousSequence>> stereotype to avoid defining directly a type for an array for a sequence.


typedef sequence< string > 2D_array[10];

 


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