FACT++  1.0
void DimClient::addErrorHandler ( DimErrorHandler handler)
static

Definition at line 1258 of file diccpp.cxx.

References clt_error_user_routine(), dic_add_error_handler(), and handler().

1259 {
1260  if(handler == 0)
1261  {
1264  }
1265  else
1266  {
1269  }
1270 }
void dic_add_error_handler(void(*user_routine)())
Definition: dic.c:112
static DimErrorHandler * itsCltError
Definition: dic.hxx:437
static void clt_error_user_routine(int severity, int code, char *msg)
Definition: diccpp.cxx:1248
static void handler(int conn_id, char *packet, int size, int status)
Definition: webServer.c:635

+ Here is the call graph for this function: