Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
d821742
)
C#: Make TSimpleServer a public class.
author
David Reiss
<dreiss@apache.org>
Wed, 2 Apr 2008 22:10:06 +0000
(22:10 +0000)
committer
David 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
patch
|
blob
|
history
diff --git
a/lib/csharp/src/Server/TSimpleServer.cs
b/lib/csharp/src/Server/TSimpleServer.cs
index
ff59fc3
..
f120dff
100644
(file)
--- a/
lib/csharp/src/Server/TSimpleServer.cs
+++ b/
lib/csharp/src/Server/TSimpleServer.cs
@@
-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,