Go to the documentation of this file.00001 #ifndef _ACSERR_HANDLERS_H
00002 #define _ACSERR_HANDLERS_H
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 #ifndef __cplusplus
00019 #error This is a C++ include file and cannot be used from plain C
00020 #endif
00021
00022 #include "acserrHandlersErr.h"
00023
00024 void acserrUnspecifiedExHandler();
00025
00026 void acserrUncaughtExHandler();
00027
00028 void acserrSigSegvHandler(int signal, siginfo_t* info, void* data);
00029
00030 #endif