Changeset 4256 for trunk/MagicSoft/Cosy/tcpip
- Timestamp:
- 06/01/04 16:52:40 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/tcpip/MTcpIpIO.cc
r4105 r4256 76 76 if (lout.Lock("MTcpIpIO::Send")) 77 77 { 78 const Int_t rc = lout.IsOutputDeviceEnabled(MLog::eGui);79 lout.DisableOutputDevice(MLog::eGui);78 //const Int_t rc = lout.IsOutputDeviceEnabled(MLog::eGui); 79 //lout.DisableOutputDevice(MLog::eGui); 80 80 lout << msg << flush; 81 81 lout.UnLock("MTcpIpIO::Send"); 82 if (rc)83 lout.EnableOutputDevice(MLog::eGui);82 //if (rc) 83 // lout.EnableOutputDevice(MLog::eGui); 84 84 } 85 85
Note:
See TracChangeset
for help on using the changeset viewer.