THRIFT-1412 Thrift Transport classes should manage the lifetime of objects implementi...
authorRoger Meier <roger@apache.org>
Wed, 11 Apr 2012 21:21:41 +0000 (21:21 +0000)
committerRoger Meier <roger@apache.org>
Wed, 11 Apr 2012 21:21:41 +0000 (21:21 +0000)
commitb1ec4ccca167a7ee21689fb5dd7238310ac91758
tree53b040cf636e6e0aa310c089ad15bb738bd900b9
parent5c854619950879aefdb14451357a1dee65bb08e7
THRIFT-1412 Thrift Transport classes should manage the lifetime of objects implementing IDisposable by implementing IDisposable themselves
Patch: Joshua Garvin

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1325013 13f79535-47bb-0310-9956-ffa450edef68
lib/csharp/src/Server/TSimpleServer.cs
lib/csharp/src/Server/TThreadPoolServer.cs
lib/csharp/src/Server/TThreadedServer.cs
lib/csharp/src/Transport/TBufferedTransport.cs
lib/csharp/src/Transport/TFramedTransport.cs
lib/csharp/src/Transport/THttpClient.cs
lib/csharp/src/Transport/TServerSocket.cs
lib/csharp/src/Transport/TSocket.cs
lib/csharp/src/Transport/TStreamTransport.cs
lib/csharp/src/Transport/TTransport.cs