Ignore:
Timestamp:
04/17/02 11:22:14 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mbase
Files:
2 edited

Legend:

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

    r1118 r1278  
    3636//
    3737
    38 //This will be fixed soon. It doesn't work with Alphas at the moment
     38#ifdef __LINUX__
    3939class MLog;
    40 #if !defined (__CINT__) || defined (__LINUX__)
    41 extern MLog gLog;
     40#else
     41#include "MLog.h"
    4242#endif
    4343
     44extern MLog gLog;
     45
    4446#endif
  • trunk/MagicSoft/Mars/mbase/MParContainer.cc

    r1235 r1278  
    248248        return kTRUE;
    249249
    250     case TMethodCall::kOther:
     250    default:
     251    //case TMethodCall::kString:
     252    //case TMethodCall::kOther:
    251253        /* someone may want to enhance this? */
    252254        return kFALSE;
Note: See TracChangeset for help on using the changeset viewer.