• Classes
  • Modules
  • Namespaces
  • Files
  • Related Pages
  • File List
  • File Members

acserrHandlers.h

Go to the documentation of this file.
00001 #ifndef _ACSERR_HANDLERS_H
00002 #define _ACSERR_HANDLERS_H
00003 /*******************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: acserrHandlers.h,v 1.3 2010/03/15 11:58:05 bjeram Exp $"
00007 *
00008 * who       when        what
00009 * --------  ----------  ----------------------------------------------
00010 * bjeram  yyyy-mm-dd  created
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 

Generated on Thu Jan 12 2012 23:13:50 for ACS-10.0 C++ API by  doxygen 1.7.0