commit | 437c03bb3d8825bf64581869861c645b4f94908f | [log] [tgz] |
---|---|---|
author | David Reiss <dreiss@apache.org> | Wed Apr 02 22:10:06 2008 +0000 |
committer | David Reiss <dreiss@apache.org> | Wed Apr 02 22:10:06 2008 +0000 |
tree | 2e199689a062de639dfb326213e68651bd56d928 | |
parent | d8217422c8bc5e865e0acbea92c47eed38865b2a [diff] [blame] |
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 ff59fc3..f120dff 100644 --- a/lib/csharp/src/Server/TSimpleServer.cs +++ b/lib/csharp/src/Server/TSimpleServer.cs
@@ -20,7 +20,7 @@ /// <summary> /// Simple single-threaded server for testing /// </summary> - class TSimpleServer : TServer + public class TSimpleServer : TServer { private bool stop = false; public TSimpleServer(TProcessor processor,