Hi,<br><br>I&#39;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&#39;ve looked at the C++ Language Mapping, Version 1.2 from OMG, but I haven&#39;t found anything there either. What I want is something that&#39;s equivalent to, and preferably also maps to,<br>
<br>typedef struct list_item_s {<br>&nbsp; int value;<br>&nbsp; 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>