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

Definition at line 684 of file discpp.cxx.

References dis_add_error_handler(), handler(), and srv_error_user_routine().

685 {
686  if(handler == 0)
687  {
690  }
691  else
692  {
695  }
696 }
void dis_add_error_handler(void(*user_routine)())
Definition: dis.c:540
static DimErrorHandler * itsSrvError
Definition: dis.hxx:97
static void srv_error_user_routine(int, int, char *)
Definition: discpp.cxx:778
static void handler(int conn_id, char *packet, int size, int status)
Definition: webServer.c:635

+ Here is the call graph for this function: