summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2011-07-13 09:58:32 +0000
committerGordon Sim <gsim@apache.org>2011-07-13 09:58:32 +0000
commit56d4d2d36445ccc59e0f720b88e70e58672c3ffd (patch)
tree1cf75be667b4180ed954e7a2280e97423f885487 /qpid/cpp/src
parent760a088b36bf8a1e59b2dbe07ab570f2c939777b (diff)
downloadqpid-python-56d4d2d36445ccc59e0f720b88e70e58672c3ffd.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@1145938 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/qpid/amqp_0_10/SessionHandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/amqp_0_10/SessionHandler.h b/qpid/cpp/src/qpid/amqp_0_10/SessionHandler.h
index b5b0fe5ee0..8b072fa05c 100644
--- a/qpid/cpp/src/qpid/amqp_0_10/SessionHandler.h
+++ b/qpid/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);