00001 #ifndef _ACSERR_HANDLERS_H 00002 #define _ACSERR_HANDLERS_H 00003 /******************************************************************************* 00004 * E.S.O. - VLT project 00005 * 00006 * "@(#) $Id: acserrHandlers.h,v 1.2 2005/06/16 08:50:27 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 #endif