summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/ConnectionImpl.h
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2008-07-24 04:42:51 +0000
committerAndrew Stitcher <astitcher@apache.org>2008-07-24 04:42:51 +0000
commit3e0f90a2ac7d708ef693a255a9ed4feafffb2131 (patch)
tree5588d53e47269a81a3b1181be02da9929faf1321 /cpp/src/qpid/client/ConnectionImpl.h
parent2fc957e3d28fa3b084ef334b702bb5116f60c462 (diff)
downloadqpid-python-3e0f90a2ac7d708ef693a255a9ed4feafffb2131.tar.gz
Refactor to change client connector state machine to be held in ConnectionHandler
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@679268 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/ConnectionImpl.h')
-rw-r--r--cpp/src/qpid/client/ConnectionImpl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/src/qpid/client/ConnectionImpl.h b/cpp/src/qpid/client/ConnectionImpl.h
index 98fb212c3e..cd0788d68b 100644
--- a/cpp/src/qpid/client/ConnectionImpl.h
+++ b/cpp/src/qpid/client/ConnectionImpl.h
@@ -56,8 +56,6 @@ class ConnectionImpl : public Bounds,
boost::scoped_ptr<Connector> connector;
framing::ProtocolVersion version;
sys::Mutex lock;
- bool isClosed;
- bool isClosing;
template <class F> void closeInternal(const F&);
@@ -66,7 +64,6 @@ class ConnectionImpl : public Bounds,
void idleOut();
void idleIn();
void shutdown();
- bool setClosing();
public:
ConnectionImpl(framing::ProtocolVersion version, const ConnectionSettings& settings);