提交 ac85c41f 编写于 作者: W wangguibao

Fix pdcodegen

上级 d7040167
......@@ -107,6 +107,7 @@ class PdsCodeGenerator : public CodeGenerator {
if (!generate_impl && !generate_stub) {
return true;
}
if (!include_inserted) {
boost::scoped_ptr<google::protobuf::io::ZeroCopyOutputStream> output(
context->OpenForInsert(header, "includes"));
......@@ -125,6 +126,7 @@ class PdsCodeGenerator : public CodeGenerator {
}
include_inserted = true;
}
const std::string& class_name = descriptor->name();
const std::string& service_name = descriptor->name();
// xxx.ph.h
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册