Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

tcsDB_SYNC_ERR_CHECK.h

Go to the documentation of this file.
00001 #ifndef tcsDB_SYNC_ERR_CHECK_H
00002 #define tcsDB_SYNC_ERR_CHECK_H
00003 /*******************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: tcsDB_SYNC_ERR_CHECK.h,v 1.136 2003/11/27 15:10:02 vltsccm Exp $" 
00007 *
00008 * who       when      what
00009 * --------  --------  ----------------------------------------------
00010 * gchiozzi  01/06/95  Created
00011 * 
00012 */
00013 
00014 /************************************************************************
00015 *
00016 *----------------------------------------------------------------------
00017 */
00018 
00019 #include "evhDB_SYNC.h"
00020 #include "eccsEvt.h"
00021 #include "eccsDB_ATTR.h"
00022 
00023 class tcsDB_SYNC_ERR_CHECK: public evhDB_SYNC
00024 {
00025   public:
00026     tcsDB_SYNC_ERR_CHECK();
00027    ~tcsDB_SYNC_ERR_CHECK(); 
00028 
00029     ccsCOMPL_STAT ErrorAction(evhCALLBACK &newCB);
00030 
00031     fndStdObjectDef(tcsDB_SYNC_ERR_CHECK, evhDB_SYNC)
00032 
00033   protected:
00034     virtual evhCB_COMPL_STAT  HandlerCB(msgMESSAGE &msg, void *udata);
00035 
00036   private:
00037     evhCALLBACK *errorCb;
00038 
00039 }; /* end class tcsDB_SYNC_ERR_CHECK */
00040 
00041 
00042 
00043 #endif 

Generated on Wed Dec 3 14:52:21 2003 for ATCS API by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001