Ignore:
Timestamp:
10/31/01 13:47:45 (24 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mbase
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/BaseLinkDef.h

    r1014 r1018  
    4646#pragma link C++ class MArrayS;
    4747
    48 #pragma link C++ class MTime;
     48#pragma link C++ class MTime+;
    4949
    50 #pragma link C++ class MHtml;
     50#pragma link C++ class MHtml+;
    5151
    5252
  • trunk/MagicSoft/Mars/mbase/MAGIC.h

    r1014 r1018  
    3737//This will be fixed soon. It doesn't work with Alphas at the moment
    3838class MLog;
    39 #ifndef __CINT__
     39#if !defined __CINT__ || defined __LINUX__
    4040extern MLog gLog;
    4141#endif
  • trunk/MagicSoft/Mars/mbase/MHtml.h

    r1014 r1018  
    1 // @(#)root/html:$Name: not supported by cvs2svn $:$Id: MHtml.h,v 1.2 2001-10-30 13:26:36 tbretz Exp $
     1// @(#)root/html:$Name: not supported by cvs2svn $:$Id: MHtml.h,v 1.3 2001-10-31 13:46:12 tbretz Exp $
    22// Author: Nenad Buncic   18/10/95
    33
     
    2222//                                                                        //
    2323////////////////////////////////////////////////////////////////////////////
    24 
    25 //#ifndef ROOT_TNamed
    26 //#include "TNamed.h"
    27 //#endif
    2824
    2925
  • trunk/MagicSoft/Mars/mbase/Makefile

    r991 r1018  
    3131.SUFFIXES: .c .cc .cxx .h .hxx .o
    3232
    33 SRCFILES = MTask.cc \
     33SRCFILES = MParContainer.cc \
     34           MParList.cc \
     35           MInputStreamID.cc \
     36           MTask.cc \
    3437           MTaskList.cc \
    35            MParContainer.cc \
    36            MParList.cc \
    3738           MFilter.cc \
    3839           MFilterList.cc \
    39            MInputStreamID.cc \
    4040           MEvtLoop.cc \
    4141           MReadTree.cc \
Note: See TracChangeset for help on using the changeset viewer.