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:
f78ec2b
)
THRIFT-209. csharp: Make TTransportFactory.GetTransport virtual
author
David Reiss
<dreiss@apache.org>
Sat, 31 Jan 2009 22:12:34 +0000
(22:12 +0000)
committer
David Reiss
<dreiss@apache.org>
Sat, 31 Jan 2009 22:12:34 +0000
(22:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@739641
13f79535
-47bb-0310-9956-
ffa450edef68
lib/csharp/src/Transport/TTransportFactory.cs
patch
|
blob
|
history
diff --git
a/lib/csharp/src/Transport/TTransportFactory.cs
b/lib/csharp/src/Transport/TTransportFactory.cs
index
1cb5c92
..
a0a6c2b
100644
(file)
--- a/
lib/csharp/src/Transport/TTransportFactory.cs
+++ b/
lib/csharp/src/Transport/TTransportFactory.cs
@@
-24,7
+24,7
@@
namespace Thrift.Transport
/// </summary>
public class TTransportFactory
{
- public TTransport GetTransport(TTransport trans)
+ public
virtual
TTransport GetTransport(TTransport trans)
{
return trans;
}