* The caller is responsible for all CBDATA operations regarding the
* used of the pointer returned.
*/
- peer * const getPeer() const;
+ peer * getPeer() const;
/** alter the stored peer pointer.
* Perform appropriate CBDATA operations for locking the peer pointer
Comm::Connection::~Connection() STUB
Comm::ConnectionPointer Comm::Connection::copyDetails() const STUB_RETVAL(NULL)
void Comm::Connection::close() STUB
-peer * const Comm::Connection::getPeer() const STUB_RETVAL(NULL)
+peer * Comm::Connection::getPeer() const STUB_RETVAL(NULL)
void Comm::Connection::setPeer(peer * p) STUB
#include "comm/ConnOpener.h"