THRIFT-309. Make Thrift's C# mapping .NET 2.0 (Mono 1.2.4) compatible
authorDavid Reiss <dreiss@apache.org>
Fri, 13 Feb 2009 03:09:52 +0000 (03:09 +0000)
committerDavid Reiss <dreiss@apache.org>
Fri, 13 Feb 2009 03:09:52 +0000 (03:09 +0000)
commitd831a21773d789fae1b1d0b52b3d6378f377b8b1
tree2c1351cebde6a104134c49066435dcfb6f4cabc5
parent067c9aff285f3922d3e13b46ca52e4ec8c68b586
THRIFT-309. Make Thrift's C# mapping .NET 2.0 (Mono 1.2.4) compatible

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@743963 13f79535-47bb-0310-9956-ffa450edef68
38 files changed:
compiler/cpp/src/generate/t_csharp_generator.cc
configure.ac
lib/csharp/Makefile.am
lib/csharp/src/Collections/THashSet.cs [new file with mode: 0644]
lib/csharp/src/Protocol/TBinaryProtocol.cs
lib/csharp/src/Protocol/TField.cs
lib/csharp/src/Protocol/TList.cs
lib/csharp/src/Protocol/TMap.cs
lib/csharp/src/Protocol/TMessage.cs
lib/csharp/src/Protocol/TMessageType.cs
lib/csharp/src/Protocol/TProtocol.cs
lib/csharp/src/Protocol/TProtocolException.cs
lib/csharp/src/Protocol/TProtocolFactory.cs
lib/csharp/src/Protocol/TProtocolUtil.cs
lib/csharp/src/Protocol/TSet.cs
lib/csharp/src/Protocol/TStruct.cs
lib/csharp/src/Protocol/TType.cs
lib/csharp/src/Server/TServer.cs
lib/csharp/src/Server/TSimpleServer.cs
lib/csharp/src/Server/TThreadPoolServer.cs
lib/csharp/src/Server/TThreadedServer.cs
lib/csharp/src/TApplicationException.cs
lib/csharp/src/TProcessor.cs
lib/csharp/src/Thrift.csproj
lib/csharp/src/Transport/TBufferedTransport.cs
lib/csharp/src/Transport/TServerSocket.cs
lib/csharp/src/Transport/TServerTransport.cs
lib/csharp/src/Transport/TSocket.cs
lib/csharp/src/Transport/TStreamTransport.cs
lib/csharp/src/Transport/TTransport.cs
lib/csharp/src/Transport/TTransportException.cs
lib/csharp/src/Transport/TTransportFactory.cs
test/csharp/CSharpServer.cs
test/csharp/ThriftTest/Program.cs
test/csharp/ThriftTest/TestClient.cs
test/csharp/ThriftTest/TestServer.cs
test/csharp/ThriftTest/ThriftTest.csproj
test/csharp/ThriftTest/maketest.sh [new file with mode: 0755]