Changeset 2467 for source/ariba/communication/modules/transport/tcp
- Timestamp:
- Feb 19, 2009, 4:45:14 PM (16 years ago)
- Location:
- source/ariba/communication/modules/transport/tcp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/communication/modules/transport/tcp/TCPTransport.cpp
r2466 r2467 314 314 315 315 // send message 316 cout << "Sending message ..." << endl;316 //cout << "Sending message ..." << endl; 317 317 sendMessage( new TextMessage( "Hello World!" ) ); 318 cout << "Message sent ..." << endl;318 //cout << "Message sent ..." << endl; 319 319 320 320 } -
source/ariba/communication/modules/transport/tcp/TCPTransport.h
r2466 r2467 41 41 42 42 // kill protlib logging 43 //#define _NO_LOGGING43 #define _NO_LOGGING 44 44 45 45 #include "ariba/utility/logging/Logging.h"
Note:
See TracChangeset
for help on using the changeset viewer.