diff options
| author | Gordon Sim <gsim@apache.org> | 2010-05-18 17:26:58 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2010-05-18 17:26:58 +0000 |
| commit | 70064342cca8a2822655918d4e976c643526fd7b (patch) | |
| tree | d00c0af188526ae466e74d5ffb4628f960aed5e8 /cpp/src/qpid/client/SessionImpl.h | |
| parent | 6d2ccec626caef116b30b53c8343b5b3db848ee6 (diff) | |
| download | qpid-python-70064342cca8a2822655918d4e976c643526fd7b.tar.gz | |
QPID-2612: Fix to windows build from Chuck Rolke
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@945778 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/SessionImpl.h')
| -rw-r--r-- | cpp/src/qpid/client/SessionImpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/client/SessionImpl.h b/cpp/src/qpid/client/SessionImpl.h index 7259bc0733..cd7b2c123d 100644 --- a/cpp/src/qpid/client/SessionImpl.h +++ b/cpp/src/qpid/client/SessionImpl.h @@ -83,8 +83,8 @@ public: void resume(boost::shared_ptr<ConnectionImpl>); void suspend(); - void assertOpen() const; - bool hasError() const; + QPID_CLIENT_EXTERN void assertOpen() const; + QPID_CLIENT_EXTERN bool hasError() const; Future send(const framing::AMQBody& command); Future send(const framing::AMQBody& command, const framing::MethodContent& content); |
