summaryrefslogtreecommitdiff
path: root/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
commit0216e919424cde319cc4c020db880a4869bdf15c (patch)
tree90ca83fcc0bc93c1e0cce3601202d8a04da2aa71 /cpp/src
parentbc1f5a2413759fd8a05c73c3e12226b760790d5a (diff)
downloadqpid-python-0216e919424cde319cc4c020db880a4869bdf15c.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
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/qpid/amqp_0_10/SessionHandler.h2
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);