diff options
| author | Charles E. Rolke <chug@apache.org> | 2011-06-27 14:30:38 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2011-06-27 14:30:38 +0000 |
| commit | d86a3a82417d386271e5188a9ab06f320f2ff799 (patch) | |
| tree | 989f216d522914c6fbaed6cd3f9810d146f5a9cd /cpp/bindings | |
| parent | bd9ef08b1c9b447c4591f10c32d192b8db7ddcc0 (diff) | |
| download | qpid-python-d86a3a82417d386271e5188a9ab06f320f2ff799.tar.gz | |
QPID-2922 Implement FailoverUpdate class in .NET binding
Suppress copy constructor through tracking reference.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1140178 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings')
| -rw-r--r-- | cpp/bindings/qpid/dotnet/src/FailoverUpdates.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/bindings/qpid/dotnet/src/FailoverUpdates.h b/cpp/bindings/qpid/dotnet/src/FailoverUpdates.h index 1dd92b8688..d82e276fc8 100644 --- a/cpp/bindings/qpid/dotnet/src/FailoverUpdates.h +++ b/cpp/bindings/qpid/dotnet/src/FailoverUpdates.h @@ -54,6 +54,7 @@ namespace Messaging { // copy constructor
FailoverUpdates(const FailoverUpdates ^ failoverUpdates) {}
+ FailoverUpdates(const FailoverUpdates % failoverUpdates) {}
// assignment operator
FailoverUpdates % operator=(const FailoverUpdates % rhs)
|
