Changeset 4598 for source/ariba
- Timestamp:
 - Jun 29, 2009, 2:02:09 PM (16 years ago)
 - Location:
 - source/ariba/communication/modules/transport/tcp
 - Files:
 - 
      
- 2 edited
 
- 
          
  TCPTransport.cpp (modified) (2 diffs)
 - 
          
  TCPTransport.h (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
source/ariba/communication/modules/transport/tcp/TCPTransport.cpp
r3690 r4598 202 202 203 203 // converting message 204 logging_debug( "Converting message" ); 204 logging_debug( "converting message" ); 205 206 207 std::cout << "XXXXXXXXXXXXreceived data on tcp transport: " << data << std::endl; 208 209 205 210 Message* msg = new Message(data); 206 211 std::ostringstream o; … … 238 243 239 244 Data data = data_serialize( message ); 245 246 247 std::cout << "XXXXXXXXXXXXXsending out data using tcp transport: " << data << std::endl; 248 249 250 251 240 252 const_cast<Message*>(message)->dropPayload(); 241 253  - 
      
source/ariba/communication/modules/transport/tcp/TCPTransport.h
r3690 r4598 43 43 #define _NO_LOGGING 44 44 45 #include <iostream> 45 46 #include "ariba/utility/logging/Logging.h" 46 47 #include "ariba/utility/messages.h"  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.