<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<TITLE>Message</TITLE>
<META content="MSHTML 6.00.2900.2180" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=344293713-18092007><FONT face=Arial color=#0000ff size=2>Use
sequence<type> for arrays. You'll need to typedef it for the method,
i.e.:</FONT></SPAN></DIV>
<DIV><SPAN class=344293713-18092007><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=344293713-18092007><FONT face=Arial color=#0000ff
size=2>typedef sequence<short> shortarrary;</FONT></SPAN></DIV>
<DIV><SPAN class=344293713-18092007><FONT face=Arial color=#0000ff
size=2>....</FONT></SPAN></DIV>
<DIV><SPAN class=344293713-18092007><FONT face=Arial color=#0000ff size=2>
shortarray returnShort();</FONT></SPAN></DIV>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px">
<DIV></DIV>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT
face=Tahoma size=2>-----Original Message-----<BR><B>From:</B>
omniorb-list-bounces@omniorb-support.com
[mailto:omniorb-list-bounces@omniorb-support.com] <B>On Behalf Of
</B>janarbek<BR><B>Sent:</B> Tuesday, September 18, 2007 4:25 AM<BR><B>To:</B>
omniORB-list@omniorb-support.com<BR><B>Subject:</B> [omniORB] Sequence type in
IDL of omniORB<BR><BR></FONT></DIV>
<DIV>Dear all,</DIV>
<DIV> </DIV>
<DIV>Does IDL suppor array? I failed in generating stubs in following IDL. How
can I use array in IDL? </DIV>
<DIV> </DIV>
<DIV>interface shortTest{</DIV>
<DIV> </DIV>
<DIV> short[] returnShort();</DIV>
<DIV>}; </DIV>
<DIV> </DIV>
<DIV>Regards,</DIV>
<DIV> </DIV>
<DIV>Janarbek. </DIV>
<DIV> </DIV>
<DIV>And does the synatax of IDL of omniORB is same with CORBA IDL?</DIV>
<P>
<HR SIZE=1>
Fussy? Opinionated? Impossible to please? Perfect. <A
href="http://us.rd.yahoo.com/evt=48516/*http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 ">Join
Yahoo!'s user panel</A> and lay it on us. </BLOCKQUOTE></BODY></HTML>