Chapter 15 Working with IDL


Array

To create a CORBA array you have to perform the following actions:

In the following example, array 2D_array uses string data type set to 10:


typedef string 2D_array[10];

 


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