- Timestamp:
- Mar 26, 2014, 6:44:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/transport/StreamTransport/StreamTransport.hpp
r12773 r12774 66 66 virtual ~StreamConnection() 67 67 { 68 // XXX MARIO Debugging69 std::cout << "/// ~StreamConnection(): " << this << ", SENDING: " << this->sending << ", VALID: " << this->valid << std::endl;70 71 68 assert ( this->valid == false ); 72 69 } … … 133 130 shared_buffer_t buffy; 134 131 135 136 // XXX Mario: Debugging137 const int MAGIC_NUMBER;138 132 private: 139 133 std::vector<ariba::utility::LinkID*> communication_links;
Note:
See TracChangeset
for help on using the changeset viewer.