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:
9860ee2
)
Thrift: Make some server methods public.
author
David Reiss
<dreiss@apache.org>
Fri, 30 Nov 2007 20:38:49 +0000
(20:38 +0000)
committer
David Reiss
<dreiss@apache.org>
Fri, 30 Nov 2007 20:38:49 +0000
(20:38 +0000)
Reviewed By: mcslee
Test Plan: Compiles.
Revert Plan: ok
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665382
13f79535
-47bb-0310-9956-
ffa450edef68
lib/cpp/src/server/TServer.h
patch
|
blob
|
history
diff --git
a/lib/cpp/src/server/TServer.h
b/lib/cpp/src/server/TServer.h
index
1b6bd88
..
b51d1d5
100644
(file)
--- a/
lib/cpp/src/server/TServer.h
+++ b/
lib/cpp/src/server/TServer.h
@@
-165,6
+165,7
@@
protected:
boost::shared_ptr<TServerEventHandler> eventHandler_;
+public:
void setInputTransportFactory(boost::shared_ptr<TTransportFactory> inputTransportFactory) {
inputTransportFactory_ = inputTransportFactory;
}