From 22ef0be441cd0f12b1ca6402f397deac390ce4d0 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 10 Dec 2007 17:57:49 +0000 Subject: src/tests/SocketProxy.h: proxy between local client & server to simulate network disconnect. src/qpid/client/Connector.h: remove friend hack for previous flawed disconnect approach. src/tests/BrokerFixture.h: "" src/tests/ClientSessionTest.cpp, exception_test.cpp: use ProxyConnection git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@602980 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/Connector.h | 1 - 1 file changed, 1 deletion(-) (limited to 'cpp/src/qpid/client') diff --git a/cpp/src/qpid/client/Connector.h b/cpp/src/qpid/client/Connector.h index 946289efdc..b1d759569c 100644 --- a/cpp/src/qpid/client/Connector.h +++ b/cpp/src/qpid/client/Connector.h @@ -88,7 +88,6 @@ class Connector : public framing::OutputHandler, void eof(qpid::sys::AsynchIO&); friend class Channel; - friend class TestConnector; public: Connector(framing::ProtocolVersion pVersion, -- cgit v1.2.1