[omniORB] Struct as type

Jonas Reimers jonas.reimers@se.transport.bombardier.com
Mon, 2 Jul 2001 10:42:04 +0100


-
Hello again!

In my IDL I tries to write as follows:

interface{

struct object{

     char  a[30];
     long b;
}

     typedef object object_type;

     long object_list(in long index, in object_type list[50]);

}

but when running omniidl I gets compiling error!! Guess that that is the in
object_type list[50]  that causes trhe error but why?  What shall I do instead?

best regards

/Jonas R