Ignore:
Timestamp:
01/31/08 11:38:09 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Cosy/tcpip
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/tcpip/MTcpIpIO.cc

    r8816 r8843  
    208208            delete fServSock;
    209209            fServSock=NULL;
    210             MyThreadX::Sleep(5000000);
     210            MThread::Sleep(5000000);
    211211            continue;
    212212        }
  • 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.