Changeset 5151 for source/ariba/communication/modules/transport/tcp
- Timestamp:
- Jul 21, 2009, 1:54:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/communication/modules/transport/tcp/TCPTransport.cpp
r4618 r5151 242 242 //std::cout << "XXXXXXXXXXXXXsending out data using tcp transport: " << data << std::endl; 243 243 244 const_cast<Message*>(message)->dropPayload();245 244 246 245 // prepare netmsg and send it … … 258 257 " to address " + address->toString() << 259 258 ": " + message->toString() ); 259 const_cast<Message*>(message)->dropPayload(); 260 260 261 261 string s = address->toString();
Note:
See TracChangeset
for help on using the changeset viewer.