C#: Make TSimpleServer a public class.
authorDavid Reiss <dreiss@apache.org>
Wed, 2 Apr 2008 22:10:06 +0000 (22:10 +0000)
committerDavid Reiss <dreiss@apache.org>
Wed, 2 Apr 2008 22:10:06 +0000 (22:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665630 13f79535-47bb-0310-9956-ffa450edef68

lib/csharp/src/Server/TSimpleServer.cs

index ff59fc3..f120dff 100644 (file)
@@ -20,7 +20,7 @@ namespace Thrift.Server
        /// <summary>
        /// Simple single-threaded server for testing
        /// </summary>
-       class TSimpleServer : TServer
+       public class TSimpleServer : TServer
        {
                private bool stop = false;
                public TSimpleServer(TProcessor processor,