summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/amqp_0_10/SessionHandler.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-06-22 17:57:58 +0000
committerAlan Conway <aconway@apache.org>2009-06-22 17:57:58 +0000
commit3e52cd743be669757707b1f7c556211f11458ea7 (patch)
tree5437aed13e2d1a9c788c9fbac22c2b8099837251 /cpp/src/qpid/amqp_0_10/SessionHandler.h
parent160dfd1259052babfd5bbee9384670cebbc796ff (diff)
downloadqpid-python-3e52cd743be669757707b1f7c556211f11458ea7.tar.gz
Log an error only the first time a detached session is used, ignore after that.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@787332 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/amqp_0_10/SessionHandler.h')
-rw-r--r--cpp/src/qpid/amqp_0_10/SessionHandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/amqp_0_10/SessionHandler.h b/cpp/src/qpid/amqp_0_10/SessionHandler.h
index 0d9c72ff02..3ecc5e6141 100644
--- a/cpp/src/qpid/amqp_0_10/SessionHandler.h
+++ b/cpp/src/qpid/amqp_0_10/SessionHandler.h
@@ -107,6 +107,7 @@ class SessionHandler : public framing::AMQP_AllOperations::SessionHandler,
std::string name;
private:
+ void checkAttached();
void sendCommandPoint(const SessionPoint&);
};
}} // namespace qpid::amqp_0_10