FACT++  1.0
int DimServer::getClientId ( )
static

Definition at line 571 of file discpp.cxx.

References dis_get_client.

Referenced by DimService::selectiveUpdateService().

572 {
573  if(!clientName)
574  clientName = new char[128];
575  clientName[0] = '\0';
576  return dis_get_client(clientName);
577 }
static char * clientName
Definition: dis.hxx:91
#define dis_get_client
Definition: dis.h:11

+ Here is the caller graph for this function: