#include <iostream>
#include <string>
#include <stdio.h>
#include <unistd.h>
#include "SALOME_ParallelContainer_i.hxx"
#include <paco_omni.h>
#include <paco_dummy.h>
#include "SALOME_NamingService.hxx"
#include "utilities.h"
#include "Basics_Utils.hxx"
#include "Utils_ORB_INIT.hxx"
#include "Utils_SINGLETON.hxx"
#include "SALOMETraceCollector.hxx"
#include "OpUtil.hxx"
#include "Container_init_python.hxx"
Typedefs | |
typedef void(* | sighandler_t )(int) |
Functions | |
sighandler_t | setsig (int sig, sighandler_t handler) |
void | AttachDebugger () |
void | Handler (int theSigId) |
void | terminateHandler (void) |
void | unexpectedHandler (void) |
int | main (int argc, char *argv[]) |
typedef void(* sighandler_t)(int) |
void AttachDebugger | ( | ) |
void Handler | ( | int | theSigId | ) |
References AttachDebugger().
int main | ( | int | argc, |
char * | argv[] | ||
) |
sighandler_t setsig | ( | int | sig, |
sighandler_t | handler | ||
) |
void terminateHandler | ( | void | ) |
References AttachDebugger().
void unexpectedHandler | ( | void | ) |
References AttachDebugger().