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 | 7db52d95099fb7ae237277f12e4e368cf643f174 (patch) | |
| tree | 98e72a154d9fefdd49eeddf89c9a5d120d787cd1 /cpp/src/client.vcproj | |
| parent | c619faf8f8aa5f3aeb182934769d4474689668b1 (diff) | |
| download | qpid-python-7db52d95099fb7ae237277f12e4e368cf643f174.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/qpid@768081 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/client.vcproj')
| -rw-r--r-- | cpp/src/client.vcproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cpp/src/client.vcproj b/cpp/src/client.vcproj index 28b7ec73dc..8e8842f3c0 100644 --- a/cpp/src/client.vcproj +++ b/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
|
