summaryrefslogtreecommitdiff
path: root/cpp/bindings/qpid/dotnet/src/FailoverUpdates.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/bindings/qpid/dotnet/src/FailoverUpdates.cpp')
-rw-r--r--cpp/bindings/qpid/dotnet/src/FailoverUpdates.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/cpp/bindings/qpid/dotnet/src/FailoverUpdates.cpp b/cpp/bindings/qpid/dotnet/src/FailoverUpdates.cpp
index 3df06d9557..a931e2d670 100644
--- a/cpp/bindings/qpid/dotnet/src/FailoverUpdates.cpp
+++ b/cpp/bindings/qpid/dotnet/src/FailoverUpdates.cpp
@@ -39,14 +39,10 @@ namespace Messaging {
/// </summary>
// constructors
- //FailoverUpdates::FailoverUpdates(Connection ^ connection) :
- // failoverupdatesp(new ::qpid::messaging::FailoverUpdates(*(connection->NativeConnection)))
- //{
- //}
FailoverUpdates::FailoverUpdates(Connection ^ connection)
{
- System::Exception ^ newException = nullptr;
+ System::Exception ^ newException = nullptr;
try
{
@@ -62,8 +58,6 @@ namespace Messaging {
{
throw newException;
}
-
- return;
}