From af7e46b0d8d62882817e8030ec12c3403707aa61 Mon Sep 17 00:00:00 2001 From: caremoli Date: Tue, 6 Apr 2010 16:14:55 +0000 Subject: [PATCH] CCAR: add some lacking declarations --- src/Container/Component_i.cxx | 3 +++ src/Container/SALOME_Container.cxx | 7 +++++++ src/Container/TestSalome_file.cxx | 3 +++ 3 files changed, 13 insertions(+) diff --git a/src/Container/Component_i.cxx b/src/Container/Component_i.cxx index ce9d79cd9..813bf74fb 100644 --- a/src/Container/Component_i.cxx +++ b/src/Container/Component_i.cxx @@ -765,6 +765,9 @@ bool Engines_Component_i::Killer( pthread_t ThreadId , int signum ) return true ; } +void SetCpuUsed(); +void CallCancelThread(); + //============================================================================= /*! * C++ method: diff --git a/src/Container/SALOME_Container.cxx b/src/Container/SALOME_Container.cxx index c4a1e0dba..9c59fe28b 100644 --- a/src/Container/SALOME_Container.cxx +++ b/src/Container/SALOME_Container.cxx @@ -70,7 +70,14 @@ extern "C" void HandleServerSideSignals(CORBA::ORB_ptr theORB); # include #endif +void AttachDebugger(); +void Handler(int); +void terminateHandler(); +void unexpectedHandler(); + #ifndef WIN32 +void (* setsig(int, void (*)(int)))(int); + typedef void (*sighandler_t)(int); sighandler_t setsig(int sig, sighandler_t handler) { diff --git a/src/Container/TestSalome_file.cxx b/src/Container/TestSalome_file.cxx index 5230d7fc5..40e71642a 100644 --- a/src/Container/TestSalome_file.cxx +++ b/src/Container/TestSalome_file.cxx @@ -28,6 +28,9 @@ using namespace std; +void print_infos(Engines::file*); +void print_state(Engines::SfState*); + void print_infos(Engines::file * infos) { cerr << "-------------------------------------------------------------------" << endl; -- 2.39.2