<div dir="ltr"><br>Hello there,<br><br>I&#39;m trying to implement a server method that returns a char **,<br>I&#39;m defining the IDL file in that way:<br><br>module MyModule{<br>&nbsp; interface MyClass{<br>&nbsp;&nbsp;&nbsp;&nbsp; typedef sequence&lt;string&gt; SeqStr;<br>
&nbsp;&nbsp;&nbsp;&nbsp; SeqStr listContents(in string locator);<br>&nbsp;&nbsp;
};<br>};<br><br>I have been googling without success. omniidl<br>generates the definition of a class SeqStr in<br>the hh file. Where could I find a full example<br>providing the implementation of a class like<br>this?<br>
<br>My second post today, sorry :)<br><br>Thank you,<br><br>Hamilton<br><br></div>