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:
3e5e9d0
)
THRIFT-1422 async_server.skeleton.cpp include TEventServer.h, but there isn't corresp...
author
Roger Meier
<roger@apache.org>
Fri, 16 Nov 2012 01:22:47 +0000
(
01:22
+0000)
committer
Roger Meier
<roger@apache.org>
Fri, 16 Nov 2012 01:22:47 +0000
(
01:22
+0000)
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@
1410139
13f79535
-47bb-0310-9956-
ffa450edef68
compiler/cpp/src/generate/t_cpp_generator.cc
patch
|
blob
|
history
diff --git
a/compiler/cpp/src/generate/t_cpp_generator.cc
b/compiler/cpp/src/generate/t_cpp_generator.cc
index
c1287b7
..
a495741
100644
(file)
--- a/
compiler/cpp/src/generate/t_cpp_generator.cc
+++ b/
compiler/cpp/src/generate/t_cpp_generator.cc
@@
-1989,7
+1989,6
@@
void t_cpp_generator::generate_service_async_skeleton(t_service* tservice) {
endl <<
"#include \"" << get_include_prefix(*get_program()) << svcname << ".h\"" << endl <<
"#include <thrift/protocol/TBinaryProtocol.h>" << endl <<
- "#include <thrift/async/TEventServer.h>" << endl <<
endl <<
"using namespace ::apache::thrift;" << endl <<
"using namespace ::apache::thrift::protocol;" << endl <<