33 #include "Connection.h"
43 strm << BESIndent::LMarg <<
"Connection::dump - (" << (
void *)
this <<
")" << endl;
46 strm << BESIndent::LMarg <<
"socket:";
49 BESIndent::UnIndent();
52 strm << BESIndent::LMarg <<
"socket: null" << endl;
54 strm << BESIndent::LMarg <<
"output stream: " << (
void *) _out << endl;
55 strm << BESIndent::LMarg <<
"broken pipe? " << _brokenPipe << endl;
56 BESIndent::UnIndent();