diff options
author | Gordon Sim <gsim@apache.org> | 2011-07-13 09:58:32 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2011-07-13 09:58:32 +0000 |
commit | 2242564d9827fdf010ddbe98d0f8dd4457bce478 (patch) | |
tree | 90ca83fcc0bc93c1e0cce3601202d8a04da2aa71 | |
parent | 0da3d980e12b07677ffc63cd5601defe75cd273b (diff) | |
download | qpid-python-2242564d9827fdf010ddbe98d0f8dd4457bce478.tar.gz |
QPID-3352: Export method in common lib that is now used from within the broker. (Previous commit for this issue broker the windows build).
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1145938 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | cpp/src/qpid/amqp_0_10/SessionHandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/amqp_0_10/SessionHandler.h b/cpp/src/qpid/amqp_0_10/SessionHandler.h index b5b0fe5ee0..8b072fa05c 100644 --- a/cpp/src/qpid/amqp_0_10/SessionHandler.h +++ b/cpp/src/qpid/amqp_0_10/SessionHandler.h @@ -66,7 +66,7 @@ class QPID_COMMON_CLASS_EXTERN SessionHandler : public framing::AMQP_AllOperatio QPID_COMMON_EXTERN void handleException(const qpid::SessionException& e); /** True if the handler is ready to send and receive */ - bool ready() const; + QPID_COMMON_EXTERN bool ready() const; // Protocol methods QPID_COMMON_EXTERN void attach(const std::string& name, bool force); |