Version: 8.3.0
SALOME_Container.cxx File Reference
#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>
Include dependency graph for SALOME_Container.cxx:

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 Documentation

typedef void(* sighandler_t)(int)

Function Documentation

void AttachDebugger ( )
void Handler ( int  theSigId)

References AttachDebugger().

Referenced by main().

void HandleServerSideSignals ( CORBA::ORB_ptr  theORB)

References INFOS.

Referenced by main().

sighandler_t setsig ( int  sig,
sighandler_t  handler 
)
void terminateHandler ( void  )

References AttachDebugger().

Referenced by main().

void unexpectedHandler ( void  )

References AttachDebugger().

Referenced by main().

Variable Documentation

void(* )(int) setsig(int, void(*)(int))

Referenced by main().