FACT++  1.0
void DimServer::addClientExitHandler ( DimClientExitHandler handler)
static

Definition at line 650 of file discpp.cxx.

References client_exit_user_routine(), dis_add_client_exit_handler, and handler().

651 {
652  if(handler == 0)
653  {
656  }
657  else
658  {
661  }
662 }
static DimClientExitHandler * itsClientExit
Definition: dis.hxx:95
static void handler(int conn_id, char *packet, int size, int status)
Definition: webServer.c:635
#define dis_add_client_exit_handler
Definition: dis.h:14
static void client_exit_user_routine(int *)
Definition: discpp.cxx:758

+ Here is the call graph for this function: