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

prsAH_GUIDE_NTT.h

Go to the documentation of this file.
00001 #ifndef prsAH_GUIDE_NTT_H
00002 #define prsAH_GUIDE_NTT_H
00003 /*******************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: prsAH_GUIDE_NTT.h,v 1.109 2003/11/12 08:55:18 vltsccm Exp $"
00007 *
00008 * who       when      what
00009 * --------  --------  ----------------------------------------------
00010 * gchiozzi  02/01/98  PrbToGuideStar(): Removed overloaded method.
00011 * gchiozzi  02/05/95  created
00012 */
00013 
00014 /************************************************************************
00015  *
00016  *----------------------------------------------------------------------
00017  */
00018 
00019 #ifndef __cplusplus
00020 #error This is a C++ include file and cannot be used from plain C
00021 #endif
00022 
00023 #include "prs.h"
00024 #include "prsAH_GUIDE.h"
00025 
00026 class prsAH_GUIDE_NTT : public prsAH_GUIDE
00027 {
00028 public:
00029   prsAH_GUIDE_NTT(const dbSYMADDRESS  dbPoint);
00030   ~prsAH_GUIDE_NTT();
00031 
00032 protected:
00033   
00034 private:     
00035   
00036 };
00037 
00038 
00039 #endif 

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