diff options
| author | Charles E. Rolke <chug@apache.org> | 2011-01-10 20:43:56 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2011-01-10 20:43:56 +0000 |
| commit | c95e40580ef57d5a1e36e9105ae18dbffe3c3de8 (patch) | |
| tree | 9ea688597fefd0ae6ab1c42b8b99d142f42b082f /cpp/bindings/qpid/dotnet/src/Connection.h | |
| parent | 02d83427237f6929595692fa12b9a614e523ccda (diff) | |
| download | qpid-python-c95e40580ef57d5a1e36e9105ae18dbffe3c3de8.tar.gz | |
.NET Binding for Qpid Messaging, in every .NET object that keeps
a reference to unmanaged memory:
* Function Cleanup() is deleted and cleanup is moved to Finalizer.
* Destructor calls Finalizer.
* Finalizer takes a lock before deleting unmanaged memory.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1057350 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings/qpid/dotnet/src/Connection.h')
| -rw-r--r-- | cpp/bindings/qpid/dotnet/src/Connection.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/bindings/qpid/dotnet/src/Connection.h b/cpp/bindings/qpid/dotnet/src/Connection.h index 23d0679fd5..f9b62d4a08 100644 --- a/cpp/bindings/qpid/dotnet/src/Connection.h +++ b/cpp/bindings/qpid/dotnet/src/Connection.h @@ -45,9 +45,6 @@ namespace Messaging { // The kept object in the Messaging C++ DLL
::qpid::messaging::Connection * connectionp;
- // Kept object deletion code
- void Cleanup();
-
public:
Connection(System::String ^ url);
|
