Ignore:
Timestamp:
01/24/08 16:38:40 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/candrv/nodedrv.h

    r8813 r8835  
    44#ifndef ROOT_TString
    55#include <TString.h>
    6 #endif
    7 
    8 #ifndef COSY_Log
    9 #include "log.h"
    106#endif
    117
     
    2521class NodeGuard;
    2622
    27 class NodeDrv : public Log
     23class NodeDrv
    2824{
    2925private:
     
    5046
    5147public:
    52     NodeDrv(BYTE_t nodeid, const char *name=NULL, MLog &out=gLog);
     48    NodeDrv(BYTE_t nodeid, const char *name=NULL);
    5349    virtual ~NodeDrv();
    5450
Note: See TracChangeset for help on using the changeset viewer.