Ignore:
Timestamp:
12/07/03 14:48:11 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Cosy/base
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/base/BaseLinkDef.h

    r1759 r2615  
    1111#pragma link C++ class MParContainer+;
    1212#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&);
    1317
    1418#endif
  • trunk/MagicSoft/Cosy/base/Makefile

    r1759 r2615  
    3636           MThread.cc \
    3737           MTimeout.cc \
     38           MTime.cc \
     39           MAstro.cc \
    3840           MStar.cc \
    3941           MStarList.cc \
     
    4244           MLogManip.cc \
    4345           MObservatory.cc \
    44            MGList.cc \
    45            timer.cc
     46           MGList.cc
    4647
    4748CINTHEADERS = MStar.h \
    4849              MGList.h \
     50              MTime.h \
     51              MAstro.h \
    4952              MLog.h \
    5053              MLogManip.h \
Note: See TracChangeset for help on using the changeset viewer.