Ignore:
Timestamp:
01/16/08 14:34:11 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/tcpip/MDriveCom.h

    r7788 r8816  
    1010class MsgQueue;
    1111class Ring;
     12class MLog;
    1213
    1314class MDriveCom : public MCeCoCom
     
    3940        kMonitoring = 0x40
    4041    };
    41  
    42     MDriveCom(MsgQueue *q, MLog &out=gLog) : MCeCoCom("DRIVE-REPORT", out), fQueue(q) {}
     42
     43    MDriveCom(MsgQueue *q, MLog *out) : MCeCoCom(out), fQueue(q) {}
    4344
    4445    bool SendReport(UInt_t stat, RaDec rd, ZdAz so, ZdAz is, ZdAz er);
Note: See TracChangeset for help on using the changeset viewer.