Hello,
I have a big problem and I can't find any information about it. I'm using Visibroker Corba and I have defined out param in .idl file:
void MyMethod(
...,
out OutputResult_s pOutputResultOut
)raises(Exception);
struct OutputResult_s
{
....
};
On server...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.