Using the Object in the server
- From: Sadi Yigit <sadi bwh harvard edu>
- To: orbit-list gnome org
- Subject: Using the Object in the server
- Date: Thu, 19 Jul 2001 15:23:02 -0400
Hello,
I have a CORBA-Object that I want to update in the server.
How can I do this?
I don't want to use the CORBA-Functions, because that is not neccessary,
but though there is no server-variable I don't know how to do it.
If my object has for instance the variable status, and I would in the
implementation
of the skeletonfunctions write server->ststus = "rrr",
what do I have to write in the server to have the same effect?
CORBA_ORB orb;
CORBA_Environment* ev;
PortableServer_ObjectId* oid;
Calculator calculator;
PortableServer_POA root_poa;
PortableServer_POAManager pm;
CORBA_char* objref;
.....
calculator->status="rrr";
is not working.
Greetings,
Sadi Yigit.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]