diff options
| author | Stephen D. Huston <shuston@apache.org> | 2009-04-23 22:23:59 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2009-04-23 22:23:59 +0000 |
| commit | 2e538ce61edbcc2503b71797dde4f8a6be46d8f9 (patch) | |
| tree | 2b874dbc63e3f3ac6e131d4dd22b902f72275a27 /qpid/cpp/src/client.vcproj | |
| parent | 156c1df48e6514b356ee90200706bab9f6a83a5c (diff) | |
| download | qpid-python-2e538ce61edbcc2503b71797dde4f8a6be46d8f9.tar.gz | |
Move client::Dispatcher destructor from .cpp to .h to avoid having to export it on Windows; Added new client files to client.vcproj
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@768081 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/client.vcproj')
| -rw-r--r-- | qpid/cpp/src/client.vcproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/qpid/cpp/src/client.vcproj b/qpid/cpp/src/client.vcproj index 28b7ec73dc..8e8842f3c0 100644 --- a/qpid/cpp/src/client.vcproj +++ b/qpid/cpp/src/client.vcproj @@ -393,6 +393,9 @@ RelativePath="qpid\client\Bounds.cpp">
</File>
<File
+ RelativePath="qpid\client\Completion.cpp">
+ </File>
+ <File
RelativePath="qpid\client\Connection.cpp">
</File>
<File
@@ -444,6 +447,9 @@ RelativePath="qpid\client\Message.cpp">
</File>
<File
+ RelativePath="qpid\client\MessageImpl.cpp">
+ </File>
+ <File
RelativePath="qpid\client\MessageListener.cpp">
</File>
<File
@@ -571,6 +577,9 @@ RelativePath="qpid\client\Message.h">
</File>
<File
+ RelativePath="qpid\client\MessageImpl.h">
+ </File>
+ <File
RelativePath="qpid\client\MessageListener.h">
</File>
<File
|
