summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles E. Rolke <chug@apache.org>2011-06-27 14:30:38 +0000
committerCharles E. Rolke <chug@apache.org>2011-06-27 14:30:38 +0000
commitbd32aa3d7059661b5a506ddf973acaa275dd673e (patch)
tree8cb9b3dc340a884f76f52b3758f8599313c30928
parent205003bbf28de2c64a85cd47aa1a0e9d245885d3 (diff)
downloadqpid-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
-rw-r--r--qpid/cpp/bindings/qpid/dotnet/src/FailoverUpdates.h1
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)