Changeset 652
- Timestamp:
- 09/30/11 04:01:39 (8 months ago)
- File:
-
- 1 edited
-
trunk/sources/thelib/src/protocols/tcpprotocol.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/thelib/src/protocols/tcpprotocol.cpp
r496 r652 80 80 bool TCPProtocol::EnqueueForOutbound() { 81 81 if (_pCarrier == NULL) { 82 ASSERT("TCPProtocol has no carrier");82 FATAL("TCPProtocol has no carrier"); 83 83 return false; 84 84 }
Note: See TracChangeset
for help on using the changeset viewer.
