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 | bd32aa3d7059661b5a506ddf973acaa275dd673e (patch) | |
| tree | 8cb9b3dc340a884f76f52b3758f8599313c30928 /qpid/cpp/bindings | |
| parent | 205003bbf28de2c64a85cd47aa1a0e9d245885d3 (diff) | |
| download | qpid-python-bd32aa3d7059661b5a506ddf973acaa275dd673e.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@1140178 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/bindings')
| -rw-r--r-- | qpid/cpp/bindings/qpid/dotnet/src/FailoverUpdates.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/bindings/qpid/dotnet/src/FailoverUpdates.h b/qpid/cpp/bindings/qpid/dotnet/src/FailoverUpdates.h index 1dd92b8688..d82e276fc8 100644 --- a/qpid/cpp/bindings/qpid/dotnet/src/FailoverUpdates.h +++ b/qpid/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)
|
