From cff7dc046568b207c9a08dea221427c54706c747 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Fri, 25 Jun 2010 17:55:46 +0000 Subject: QPID-2589 - Patch from Chuck Rolke * Convert c-style Get() functions to c#-style properties. * Add powershell helloworld example. * Fix message SetContent to accept byte array or byte array slice. * Re-code Session GetReceiver and GetSender not to malloc new objects but to create the objects on the stack. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@958052 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/bindings/qpid/dotnet/src/Connection.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cpp/bindings/qpid/dotnet/src/Connection.cpp') diff --git a/cpp/bindings/qpid/dotnet/src/Connection.cpp b/cpp/bindings/qpid/dotnet/src/Connection.cpp index 590cc5e69a..0e59c4196e 100644 --- a/cpp/bindings/qpid/dotnet/src/Connection.cpp +++ b/cpp/bindings/qpid/dotnet/src/Connection.cpp @@ -107,11 +107,6 @@ namespace Messaging { connectionp->open(); } - System::Boolean Connection::IsOpen() - { - return connectionp->isOpen(); - } - void Connection::Close() { connectionp->close(); -- cgit v1.2.1