From 437c03bb3d8825bf64581869861c645b4f94908f Mon Sep 17 00:00:00 2001 From: David Reiss Date: Wed, 2 Apr 2008 22:10:06 +0000 Subject: [PATCH] C#: Make TSimpleServer a public class. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665630 13f79535-47bb-0310-9956-ffa450edef68 --- lib/csharp/src/Server/TSimpleServer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/csharp/src/Server/TSimpleServer.cs b/lib/csharp/src/Server/TSimpleServer.cs index ff59fc3a..f120dff1 100644 --- a/lib/csharp/src/Server/TSimpleServer.cs +++ b/lib/csharp/src/Server/TSimpleServer.cs @@ -20,7 +20,7 @@ namespace Thrift.Server /// /// Simple single-threaded server for testing /// - class TSimpleServer : TServer + public class TSimpleServer : TServer { private bool stop = false; public TSimpleServer(TProcessor processor, -- 2.17.1