#include "ArgvKeeper.hxx"#include "SALOME_Launcher.hxx"#include "SALOMESDS_DataServerManager.hxx"#include "SALOME_ExternalServerLauncher.hxx"#include "SALOME_CPythonHelper.hxx"#include "OpUtil.hxx"#include "utilities.h"#include <sstream>#include <iostream>#include <stdexcept>#include <string>#include <vector>#include <libxml/parser.h>
Functions | |
| void | AttachDebugger () |
| void | terminateHandler (void) |
| void | unexpectedHandler (void) |
| int | main (int argc, char *argv[]) |
| void AttachDebugger | ( | ) |
References MESSAGE.
Referenced by terminateHandler(), and unexpectedHandler().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
References SALOME_CPythonHelper::allowPythonCallsFromDifferentThread(), pythfilter::args, envSalome::argv, SALOME_utilities::BEGIN_OF(), SALOME_Launcher::DeclareUsingSalomeSession(), salome::dsm, SALOME_utilities::END_OF(), salome::esm, KERNEL::GetRefToORB(), SALOME_CPythonHelper::initializePython(), MESSAGE, KERNEL_PY.batchmode_salome::obj, salome::orb, SetArgcArgv(), and terminateHandler().
| void terminateHandler | ( | void | ) |
References AttachDebugger(), and MESSAGE.
Referenced by main().
| void unexpectedHandler | ( | void | ) |
References AttachDebugger(), and MESSAGE.