Changeset 1758 for trunk/MagicSoft/Cosy/gui/MGCosy.h
- Timestamp:
- 02/14/03 23:18:37 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/gui/MGCosy.h
r1702 r1758 4 4 #ifndef ROOT_TGFrame 5 5 #include <TGFrame.h> 6 #endif 7 8 #ifndef MARS_MObservatory 9 #include <MObservatory.h> 6 10 #endif 7 11 … … 31 35 { 32 36 private: 37 const MObservatory::LocationName_t fObservatory; 33 38 34 39 // … … 104 109 105 110 public: 106 MGCosy(M sgQueue *q, const TGWindow *p, UInt_t w, UInt_t h);111 MGCosy(MObservatory::LocationName_t key, MsgQueue *q, const TGWindow *p, UInt_t w, UInt_t h); 107 112 ~MGCosy(); 108 113
Note:
See TracChangeset
for help on using the changeset viewer.