#include <iostream>
#include <sstream>
#include <string>
#include <stdio.h>
#include <time.h>
#include <sys/time.h>
#include <dlfcn.h>
#include <unistd.h>
#include "SALOME_Container_i.hxx"
#include "utilities.h"
#include "Utils_ORB_INIT.hxx"
#include "Utils_SINGLETON.hxx"
#include "OpUtil.hxx"
#include "Container_init_python.hxx"
#include <stdexcept>
#include <signal.h>
#include <sys/types.h>
#include <sys/wait.h>
Typedefs | |
typedef void(* | sighandler_t )(int) |
Functions | |
void | HandleServerSideSignals (CORBA::ORB_ptr theORB) |
void | AttachDebugger () |
void | Handler (int) |
void | terminateHandler () |
void | unexpectedHandler () |
sighandler_t | setsig (int sig, sighandler_t handler) |
int | main (int argc, char *argv[]) |
Variables | |
void(*)(int) | setsig (int, void(*)(int)) |
typedef void(* sighandler_t)(int) |
void AttachDebugger | ( | ) |
Referenced by Handler(), terminateHandler(), and unexpectedHandler().
void Handler | ( | int | theSigId | ) |
References AttachDebugger().
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
sighandler_t setsig | ( | int | sig, |
sighandler_t | handler | ||
) |
void terminateHandler | ( | void | ) |
References AttachDebugger().
Referenced by main().
void unexpectedHandler | ( | void | ) |
References AttachDebugger().
Referenced by main().
void(* )(int) setsig(int, void(*)(int)) |
Referenced by main().