[omniORB] IDL Linked list

mov . movling at gmail.com
Fri Apr 11 12:57:13 BST 2008


Hi,

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,

typedef struct list_item_s {
  int value;
  struct list_item_s *next;
} list_item_t;

Any ideas? Am I missing something obvious? Any help is appreciated.

/David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20080411/1a5c57d8/attachment.htm


More information about the omniORB-list mailing list