diff options
author | Stephen D. Huston <shuston@apache.org> | 2008-11-03 22:13:31 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2008-11-03 22:13:31 +0000 |
commit | 207e51f7920cceded222ce3576f7625174f256b6 (patch) | |
tree | 3341e45da4de65450bee18c41a26da3bbfa0b119 /cpp/src | |
parent | 472128f344562fc95a4b329a900eaefeeb9a3a47 (diff) | |
download | qpid-python-207e51f7920cceded222ce3576f7625174f256b6.tar.gz |
Add missing source files
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@710188 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/client.vcproj | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/cpp/src/client.vcproj b/cpp/src/client.vcproj index 894bbe37c5..dc97c76567 100644 --- a/cpp/src/client.vcproj +++ b/cpp/src/client.vcproj @@ -411,6 +411,12 @@ RelativePath="qpid\client\StateManager.cpp">
</File>
<File
+ RelativePath="qpid\client\Subscription.cpp">
+ </File>
+ <File
+ RelativePath="qpid\client\SubscriptionImpl.cpp">
+ </File>
+ <File
RelativePath="qpid\client\SubscriptionManager.cpp">
</File>
</Filter>
@@ -532,9 +538,18 @@ RelativePath="qpid\client\StateManager.h">
</File>
<File
+ RelativePath="qpid\client\Subscription.h">
+ </File>
+ <File
+ RelativePath="qpid\client\SubscriptionImpl.h">
+ </File>
+ <File
RelativePath="qpid\client\SubscriptionManager.h">
</File>
<File
+ RelativePath="qpid\client\SubscriptionSettings.h">
+ </File>
+ <File
RelativePath="qpid\client\TypedResult.h">
</File>
</Filter>
|