46 strm << BESIndent::LMarg <<
"Connection::dump - (" << (
void *)
this <<
")" << endl;
49 strm << BESIndent::LMarg <<
"socket:";
52 BESIndent::UnIndent();
55 strm << BESIndent::LMarg <<
"socket: null" << endl;
57 strm << BESIndent::LMarg <<
"output stream: " << (
void *) _out << endl;
58 strm << BESIndent::LMarg <<
"broken pipe? " << _brokenPipe << endl;
59 BESIndent::UnIndent();