FACT++  1.0
void RpcStruct::rpcHandler ( )
inlineprivatevirtual

Implements DimRpc.

Definition at line 52 of file rpc_server.cxx.

References tst::int1.

53  {
54  val = (MyStruct *)getData();
55  val->int1++;
56  setData(val, sizeof(MyStruct));
57  }
MyStruct * val
Definition: rpc_server.cxx:50
int int1
Definition: rpc_client.cxx:21
void setData(void *data, int size)
Definition: dic.hxx:413
void * getData()
Definition: diccpp.cxx:786