diff options
| author | Ted Ross <tross@apache.org> | 2011-05-17 21:02:34 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2011-05-17 21:02:34 +0000 |
| commit | 0d1d4426a8544cd24b3c88e26087356cabf2c034 (patch) | |
| tree | 6938e1818081456b594e66e9672ee87ef8a47ddc /cpp/include/qpid/client/LocalQueue.h | |
| parent | 07996db9c2d63ae2edceb8d01b11c2b62b88a57f (diff) | |
| download | qpid-python-0d1d4426a8544cd24b3c88e26087356cabf2c034.tar.gz | |
QPID-3186 - Import Export generalization to support a larger set of compilers and run time environments
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1104559 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include/qpid/client/LocalQueue.h')
| -rw-r--r-- | cpp/include/qpid/client/LocalQueue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/qpid/client/LocalQueue.h b/cpp/include/qpid/client/LocalQueue.h index 70e4cebcf1..1a19a8499d 100644 --- a/cpp/include/qpid/client/LocalQueue.h +++ b/cpp/include/qpid/client/LocalQueue.h @@ -71,7 +71,7 @@ template <class T> class PrivateImplRef; * </ul> */ -class LocalQueue : public Handle<LocalQueueImpl> { +class QPID_CLIENT_CLASS_EXTERN LocalQueue : public Handle<LocalQueueImpl> { public: /** Create a local queue. Subscribe the local queue to a remote broker * queue with a SubscriptionManager. |
