You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2011/06/27 16:30:39 UTC

svn commit: r1140178 - /qpid/trunk/qpid/cpp/bindings/qpid/dotnet/src/FailoverUpdates.h

Author: chug
Date: Mon Jun 27 14:30:38 2011
New Revision: 1140178

URL: http://svn.apache.org/viewvc?rev=1140178&view=rev
Log:
QPID-2922 Implement FailoverUpdate class in .NET binding
Suppress copy constructor through tracking reference.

Modified:
    qpid/trunk/qpid/cpp/bindings/qpid/dotnet/src/FailoverUpdates.h

Modified: qpid/trunk/qpid/cpp/bindings/qpid/dotnet/src/FailoverUpdates.h
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/bindings/qpid/dotnet/src/FailoverUpdates.h?rev=1140178&r1=1140177&r2=1140178&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/bindings/qpid/dotnet/src/FailoverUpdates.h (original)
+++ qpid/trunk/qpid/cpp/bindings/qpid/dotnet/src/FailoverUpdates.h Mon Jun 27 14:30:38 2011
@@ -54,6 +54,7 @@ namespace Messaging {
 
         // copy constructor
         FailoverUpdates(const FailoverUpdates ^ failoverUpdates) {}
+        FailoverUpdates(const FailoverUpdates % failoverUpdates) {}
 
         // assignment operator
         FailoverUpdates % operator=(const FailoverUpdates % rhs) 



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org