Changeset 1018 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 10/31/01 13:47:45 (24 years ago)
- Location:
- trunk/MagicSoft/Mars/mbase
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/BaseLinkDef.h
r1014 r1018 46 46 #pragma link C++ class MArrayS; 47 47 48 #pragma link C++ class MTime ;48 #pragma link C++ class MTime+; 49 49 50 #pragma link C++ class MHtml ;50 #pragma link C++ class MHtml+; 51 51 52 52 -
trunk/MagicSoft/Mars/mbase/MAGIC.h
r1014 r1018 37 37 //This will be fixed soon. It doesn't work with Alphas at the moment 38 38 class MLog; 39 #if ndef __CINT__39 #if !defined __CINT__ || defined __LINUX__ 40 40 extern MLog gLog; 41 41 #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:36tbretz Exp $1 // @(#)root/html:$Name: not supported by cvs2svn $:$Id: MHtml.h,v 1.3 2001-10-31 13:46:12 tbretz Exp $ 2 2 // Author: Nenad Buncic 18/10/95 3 3 … … 22 22 // // 23 23 //////////////////////////////////////////////////////////////////////////// 24 25 //#ifndef ROOT_TNamed26 //#include "TNamed.h"27 //#endif28 24 29 25 -
trunk/MagicSoft/Mars/mbase/Makefile
r991 r1018 31 31 .SUFFIXES: .c .cc .cxx .h .hxx .o 32 32 33 SRCFILES = MTask.cc \ 33 SRCFILES = MParContainer.cc \ 34 MParList.cc \ 35 MInputStreamID.cc \ 36 MTask.cc \ 34 37 MTaskList.cc \ 35 MParContainer.cc \36 MParList.cc \37 38 MFilter.cc \ 38 39 MFilterList.cc \ 39 MInputStreamID.cc \40 40 MEvtLoop.cc \ 41 41 MReadTree.cc \
Note:
See TracChangeset
for help on using the changeset viewer.