[omniORB] Sequence type in IDL of omniORB

William Bauder bill at simplified.biz
Tue Sep 18 10:40:16 BST 2007


Use sequence<type> for arrays.  You'll need to typedef it for the
method, i.e.:
 
typedef sequence<short> shortarrary;
....
  shortarray returnShort();

-----Original Message-----
From: omniorb-list-bounces at omniorb-support.com
[mailto:omniorb-list-bounces at omniorb-support.com] On Behalf Of janarbek
Sent: Tuesday, September 18, 2007 4:25 AM
To: omniORB-list at omniorb-support.com
Subject: [omniORB] Sequence type in IDL of omniORB


Dear all,
 
Does IDL suppor array? I failed in generating stubs in following IDL.
How can I use array in IDL? 
 
interface shortTest{
 
  short[] returnShort();
}; 
 
Regards,
 
Janarbek. 
 
And does the synatax of IDL of omniORB is same with CORBA IDL?



  _____  

Fussy? Opinionated? Impossible to please? Perfect. Join
<http://us.rd.yahoo.com/evt=48516/*http://surveylink.yahoo.com/gmrs/yaho
o_panel_invite.asp?a=7> Yahoo!'s user panel and lay it on us. 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20070918/18453e0a/attachment.htm


More information about the omniORB-list mailing list