Bjørn Kristian Larsen
2007-08-12 21:00:15 UTC
Say you are calling this function from the client (c++):
void Server::f(A_out a){
...
}
How do you set the A_out (variable length) object?
My book says it's a "reference to a pointer". I'm not sure what that is
and not how to handle them.
And if I understand my book correct, I don't need to free/release the
object on the server (callee) side. Is this correct?
Sorry for the stupid question, but I'm new to CORBA...
void Server::f(A_out a){
...
}
How do you set the A_out (variable length) object?
My book says it's a "reference to a pointer". I'm not sure what that is
and not how to handle them.
And if I understand my book correct, I don't need to free/release the
object on the server (callee) side. Is this correct?
Sorry for the stupid question, but I'm new to CORBA...