Changeset 1758 for trunk/MagicSoft/Cosy/gui/MGStarguider.h
- Timestamp:
- 02/14/03 23:18:37 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/gui/MGStarguider.h
r1690 r1758 11 11 #include "MGList.h" 12 12 #include "MGImage.h" 13 14 #ifndef MARS_MObservatory 15 #include "MObservatory.h" 16 #endif 13 17 14 18 class AltAz; … … 56 60 TTimer *fTimer; 57 61 62 const MObservatory::LocationName_t fObservatory; 63 58 64 Int_t fDx; 59 65 Int_t fDy; … … 70 76 71 77 public: 72 MGStarguider( );78 MGStarguider(MObservatory::LocationName_t key); 73 79 virtual ~MGStarguider(); 74 80
Note:
See TracChangeset
for help on using the changeset viewer.