summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2009-05-04 23:11:49 +0000
committerStephen D. Huston <shuston@apache.org>2009-05-04 23:11:49 +0000
commite4741c354e86d03635d3d45f5c804d87e98fa3ac (patch)
tree2522b7320f61c44fd670a977fb8e6f59abe034dc /qpid/cpp/src
parent8c917e33d289e40e7cf7af14f43ed04efa92bf71 (diff)
downloadqpid-python-e4741c354e86d03635d3d45f5c804d87e98fa3ac.tar.gz
Add new files to client project
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@771489 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/client.vcproj12
-rw-r--r--qpid/cpp/src/qpid/client/LocalQueue.h2
2 files changed, 13 insertions, 1 deletions
diff --git a/qpid/cpp/src/client.vcproj b/qpid/cpp/src/client.vcproj
index 99f968b619..09aecdce21 100644
--- a/qpid/cpp/src/client.vcproj
+++ b/qpid/cpp/src/client.vcproj
@@ -444,6 +444,9 @@
RelativePath="qpid\client\LocalQueue.cpp">
</File>
<File
+ RelativePath="qpid\client\LocalQueueImpl.cpp">
+ </File>
+ <File
RelativePath="qpid\client\Message.cpp">
</File>
<File
@@ -486,6 +489,9 @@
RelativePath="qpid\client\SubscriptionManager.cpp">
</File>
<File
+ RelativePath="qpid\client\SubscriptionManagerImpl.cpp">
+ </File>
+ <File
RelativePath="qpid\client\windows\SaslFactory.cpp">
</File>
</Filter>
@@ -574,6 +580,9 @@
RelativePath="qpid\client\LocalQueue.h">
</File>
<File
+ RelativePath="qpid\client\LocalQueueImpl.h">
+ </File>
+ <File
RelativePath="qpid\client\Message.h">
</File>
<File
@@ -622,6 +631,9 @@
RelativePath="qpid\client\SubscriptionManager.h">
</File>
<File
+ RelativePath="qpid\client\SubscriptionManagerImpl.h">
+ </File>
+ <File
RelativePath="qpid\client\SubscriptionSettings.h">
</File>
<File
diff --git a/qpid/cpp/src/qpid/client/LocalQueue.h b/qpid/cpp/src/qpid/client/LocalQueue.h
index 4aa14ce004..aa7b098513 100644
--- a/qpid/cpp/src/qpid/client/LocalQueue.h
+++ b/qpid/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: