FACT++  1.0
void DimServer::addExitHandler ( DimExitHandler handler)
static

Definition at line 670 of file discpp.cxx.

References dis_add_exit_handler, exit_user_routine(), and handler().

671 {
672  if(handler == 0)
673  {
675  DimServer::itsExit = 0;
676  }
677  else
678  {
681  }
682 }
static void exit_user_routine(int *)
Definition: discpp.cxx:768
static DimExitHandler * itsExit
Definition: dis.hxx:96
static void handler(int conn_id, char *packet, int size, int status)
Definition: webServer.c:635
#define dis_add_exit_handler
Definition: dis.h:15

+ Here is the call graph for this function: