[omniORB] throw clauses
Jeffrey Coffman
jcoffman98 at yahoo.com
Thu Jan 25 20:17:56 GMT 2007
Hello,
I have a very simple example idl as follows:
exception MyException {
/* ... */
};
interface MyInterface {
long raiseMyException() raises(MyException);
};
Using omniidl to generate c++ stubs, I notice that none of the generated code has a throw clause?
Is this default behavior or did I do somthing wrong? If its not the latter is there a to make the idl compiler generate these throw clauses? I didnt see anything in the omniidl flags to indicate this.
Thanks,
Jeff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20070125/cc9167f1/attachment.htm
More information about the omniORB-list
mailing list