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/tcpip/MTcpIpIO.h

    r8816 r8843  
    1515
    1616// A generalized class for receiving over tcp/ip
    17 class MTcpIpI : public MyThreadX
     17class MTcpIpI : public MThread
    1818{
    1919private:
     
    2525
    2626public:
    27     MTcpIpI(Int_t rx) : MyThreadX(Form("MTcpIpI::%d", rx)), fPortRx(rx) { /*RunThread();*/ }
     27    MTcpIpI(Int_t rx) : MThread(Form("MTcpIpI::%d", rx)), fPortRx(rx) { /*RunThread();*/ }
    2828    ~MTcpIpI() { CancelThread(); }
    2929};
Note: See TracChangeset for help on using the changeset viewer.