FACT++  1.0
char * DimClient::getServerName ( )
static

Definition at line 1296 of file diccpp.cxx.

References dic_get_server(), and serverName.

Referenced by ErrorHandler::errorHandler(), Service::infoHandler(), BridgeService::infoHandler(), and StrService::infoHandler().

1297 {
1298  if(!serverName)
1299  serverName = new char[128];
1300  serverName[0] = '\0';
1302  return(serverName);
1303 }
static char * serverName
Definition: dic.hxx:463
int dic_get_server(char *name)
Definition: dic.c:2305

+ Here is the call graph for this function:

+ Here is the caller graph for this function: