Changeset 2615 for trunk/MagicSoft/Cosy/base
- Timestamp:
- 12/07/03 14:48:11 (21 years ago)
- Location:
- trunk/MagicSoft/Cosy/base
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/base/BaseLinkDef.h
r1759 r2615 11 11 #pragma link C++ class MParContainer+; 12 12 #pragma link C++ class MObservatory+; 13 #pragma link C++ class MAstro+; 14 15 #pragma link C++ class MTime+; 16 #pragma link C++ function operator<<(ostream&, MTime&); 13 17 14 18 #endif -
trunk/MagicSoft/Cosy/base/Makefile
r1759 r2615 36 36 MThread.cc \ 37 37 MTimeout.cc \ 38 MTime.cc \ 39 MAstro.cc \ 38 40 MStar.cc \ 39 41 MStarList.cc \ … … 42 44 MLogManip.cc \ 43 45 MObservatory.cc \ 44 MGList.cc \ 45 timer.cc 46 MGList.cc 46 47 47 48 CINTHEADERS = MStar.h \ 48 49 MGList.h \ 50 MTime.h \ 51 MAstro.h \ 49 52 MLog.h \ 50 53 MLogManip.h \
Note:
See TracChangeset
for help on using the changeset viewer.