diff options
| author | Charles E. Rolke <chug@apache.org> | 2010-11-02 14:29:50 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2010-11-02 14:29:50 +0000 |
| commit | 49dfef2977f7340803c4079d60b4d29223cbeafc (patch) | |
| tree | ed0add12ed0ef22cb4405d0544e89e7e4e71497a /cpp/bindings/qpid/dotnet/src/org.apache.qpid.messaging.vcproj | |
| parent | 1841ce271ba2e3cc7a9096cbcbe6dab519c4179d (diff) | |
| download | qpid-python-49dfef2977f7340803c4079d60b4d29223cbeafc.tar.gz | |
QPID-2922 Qpid Cpp Messaging .NET Binding does not implement FailoverUpdate class
This checkin provides the implemtation.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1030061 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings/qpid/dotnet/src/org.apache.qpid.messaging.vcproj')
| -rw-r--r-- | cpp/bindings/qpid/dotnet/src/org.apache.qpid.messaging.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cpp/bindings/qpid/dotnet/src/org.apache.qpid.messaging.vcproj b/cpp/bindings/qpid/dotnet/src/org.apache.qpid.messaging.vcproj index 1eb0b718de..286e4ad1c4 100644 --- a/cpp/bindings/qpid/dotnet/src/org.apache.qpid.messaging.vcproj +++ b/cpp/bindings/qpid/dotnet/src/org.apache.qpid.messaging.vcproj @@ -538,6 +538,10 @@ >
</File>
<File
+ RelativePath=".\FailoverUpdates.cpp"
+ >
+ </File>
+ <File
RelativePath=".\Message.cpp"
>
</File>
@@ -576,6 +580,10 @@ >
</File>
<File
+ RelativePath=".\FailoverUpdates.h"
+ >
+ </File>
+ <File
RelativePath=".\Message.h"
>
</File>
|
