From: David Reiss Date: Wed, 2 Apr 2008 22:10:06 +0000 (+0000) Subject: C#: Make TSimpleServer a public class. X-Git-Tag: 0.2.0~842 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=437c03bb3d8825bf64581869861c645b4f94908f;p=common%2Fthrift.git C#: Make TSimpleServer a public class. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665630 13f79535-47bb-0310-9956-ffa450edef68 --- 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,