FACT++  1.0
void RpcService::rpcInfoHandler ( )
inlinevirtual

Reimplemented from DimRpcInfo.

Definition at line 84 of file pvss_dim_client.cxx.

References dim_print_date_time().

84  {
85  int value;
86  value = getInt();
88  cout << "RPC Service received: " << value << "\n" << endl;
89  }
int getInt()
Definition: dic.hxx:405
void dim_print_date_time()
Definition: utilities.c:134

+ Here is the call graph for this function: