diff options
author | Stephen D. Huston <shuston@apache.org> | 2009-05-04 23:11:49 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2009-05-04 23:11:49 +0000 |
commit | 353a950ae230586f11addda16e6880744f8e818b (patch) | |
tree | 03f9d6dd2b58a16ba58fd112c69db534783eeb52 /cpp/src/qpid/client/LocalQueue.h | |
parent | 3a0c8f2a7c6c6c3558a9dc0ac302dcc6afe753ab (diff) | |
download | qpid-python-353a950ae230586f11addda16e6880744f8e818b.tar.gz |
Add new files to client project
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@771489 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/LocalQueue.h')
-rw-r--r-- | cpp/src/qpid/client/LocalQueue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/client/LocalQueue.h b/cpp/src/qpid/client/LocalQueue.h index 4aa14ce004..aa7b098513 100644 --- a/cpp/src/qpid/client/LocalQueue.h +++ b/cpp/src/qpid/client/LocalQueue.h @@ -107,7 +107,7 @@ class LocalQueue : public Handle<LocalQueueImpl> { /** Number of messages on the local queue */ QPID_CLIENT_EXTERN size_t size() const; - QPID_CLIENT_EXTERN LocalQueue(LocalQueueImpl*); ///<@internal + LocalQueue(LocalQueueImpl*); ///<@internal private: |