diff options
Diffstat (limited to 'cpp/bindings/qpid/dotnet/src/Connection.h')
-rw-r--r-- | cpp/bindings/qpid/dotnet/src/Connection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/bindings/qpid/dotnet/src/Connection.h b/cpp/bindings/qpid/dotnet/src/Connection.h index f9b62d4a08..0788f5d225 100644 --- a/cpp/bindings/qpid/dotnet/src/Connection.h +++ b/cpp/bindings/qpid/dotnet/src/Connection.h @@ -56,6 +56,7 @@ namespace Messaging { // copy constructor
Connection(const Connection ^ connection);
+ Connection(const Connection % connection);
// unmanaged clone
// not defined
|