Index: trunk/MagicSoft/Cosy/tcpip/MTcpIpIO.cc
===================================================================
--- trunk/MagicSoft/Cosy/tcpip/MTcpIpIO.cc	(revision 8840)
+++ trunk/MagicSoft/Cosy/tcpip/MTcpIpIO.cc	(revision 8843)
@@ -208,5 +208,5 @@
             delete fServSock;
             fServSock=NULL;
-            MyThreadX::Sleep(5000000);
+            MThread::Sleep(5000000);
             continue;
         }
Index: trunk/MagicSoft/Cosy/tcpip/MTcpIpIO.h
===================================================================
--- trunk/MagicSoft/Cosy/tcpip/MTcpIpIO.h	(revision 8840)
+++ trunk/MagicSoft/Cosy/tcpip/MTcpIpIO.h	(revision 8843)
@@ -15,5 +15,5 @@
 
 // A generalized class for receiving over tcp/ip
-class MTcpIpI : public MyThreadX
+class MTcpIpI : public MThread
 {
 private:
@@ -25,5 +25,5 @@
 
 public:
-    MTcpIpI(Int_t rx) : MyThreadX(Form("MTcpIpI::%d", rx)), fPortRx(rx) { /*RunThread();*/ }
+    MTcpIpI(Int_t rx) : MThread(Form("MTcpIpI::%d", rx)), fPortRx(rx) { /*RunThread();*/ }
     ~MTcpIpI() { CancelThread(); }
 };
