Hi,<br><br>I've googled a fair amount, and found nothing on the mailing list about this. How would I model a linked list in IDL? Could someone maybe point me to some good IDL documentation for omniORB, if there is any. I've looked at the C++ Language Mapping, Version 1.2 from OMG, but I haven't found anything there either. What I want is something that's equivalent to, and preferably also maps to,<br>
<br>typedef struct list_item_s {<br> int value;<br> struct list_item_s *next;<br>} list_item_t;<br><br>Any ideas? Am I missing something obvious? Any help is appreciated.<br><br>/David<br>