<div dir="ltr"><br>Hello there,<br><br>I'm trying to implement a server method that returns a char **,<br>I'm defining the IDL file in that way:<br><br>module MyModule{<br> interface MyClass{<br> typedef sequence<string> SeqStr;<br>
SeqStr listContents(in string locator);<br>
};<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>