Hamilton Temple
2008-08-14 23:05:08 UTC
Hello there,
I'm trying to implement a server method that returns a char **,
I'm defining the IDL file in that way:
module MyModule{
interface MyClass{
typedef sequence<string> SeqStr;
SeqStr listContents(in string locator);
};
};
I have been googling without success. omniidl
generates the definition of a class SeqStr in
the hh file. Where could I find a full example
providing the implementation of a class like
this?
My second post today, sorry :)
Thank you,
Hamilton
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20080814/e7e44add/attachment.htm
I'm trying to implement a server method that returns a char **,
I'm defining the IDL file in that way:
module MyModule{
interface MyClass{
typedef sequence<string> SeqStr;
SeqStr listContents(in string locator);
};
};
I have been googling without success. omniidl
generates the definition of a class SeqStr in
the hh file. Where could I find a full example
providing the implementation of a class like
this?
My second post today, sorry :)
Thank you,
Hamilton
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20080814/e7e44add/attachment.htm