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

trkwsREM_TRK_TIME.h

Go to the documentation of this file.
00001 #ifndef trkwsREM_TRK_TIME_H
00002 #define trkwsREM_TRK_TIME_H
00003 /*******************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: trkwsREM_TRK_TIME.h,v 1.157 2003/10/17 14:00:42 vltsccm Exp $"
00007 *
00008 * who       when      what
00009 * --------  --------  ----------------------------------------------
00010 * kwirenst  07/06/95  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 "trkws.h"
00023 #include "trkwsTRANSFER.h"
00024 #include "trkwsREM_TRK_LIST_COMMAND.h"
00025 
00026 class trkwsREM_TRK_TIME : public trkwsTRANSFER
00027 {
00028   public:
00029     trkwsREM_TRK_TIME(const dbSYMADDRESS dbPoint, 
00030     const dbSYMADDRESS destDbPoint = NULL);
00031     ~trkwsREM_TRK_TIME();
00032 
00033   protected:
00034     evhCB_COMPL_STAT  CompletedCB(msgMESSAGE &msg, void *udata);
00035 
00036   private:
00037     msgMESSAGE    origMsg;
00038 }; 
00039 
00040 
00041 
00042 #endif 

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