Ignore:
Timestamp:
01/31/08 11:38:09 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/main/MCosy.h

    r8839 r8843  
    5353class MDriveCom;
    5454
    55 class MTTalk : public MyThreadX
     55class MTTalk : public MThread
    5656{
    5757private:
     
    6161
    6262public:
    63     MTTalk(MCosy *cosy) : MyThreadX("MTTalk"), fCosy(cosy)
     63    MTTalk(MCosy *cosy) : MThread("MTTalk"), fCosy(cosy)
    6464    {
    6565        //SetPriority(10);
Note: See TracChangeset for help on using the changeset viewer.