diff options
author | Shauren <shauren.trinity@gmail.com> | 2023-01-13 18:25:52 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2023-01-13 18:25:52 +0100 |
commit | 68d079e4a32ae525b236f956e8fc88c35eb8e24b (patch) | |
tree | 9226a44caa0c6bb0d82f6d74d88b249eeddeb819 /contrib/protoc-bnet/BnetServiceGenerator.h | |
parent | 3f1816d4076a9dfc65adae3109bf504e35f21003 (diff) |
Contrib: Adjust protobuf generator for latest include cleaned up output
Diffstat (limited to 'contrib/protoc-bnet/BnetServiceGenerator.h')
-rw-r--r-- | contrib/protoc-bnet/BnetServiceGenerator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/protoc-bnet/BnetServiceGenerator.h b/contrib/protoc-bnet/BnetServiceGenerator.h index 2debe8d5436..ea50bbd92e0 100644 --- a/contrib/protoc-bnet/BnetServiceGenerator.h +++ b/contrib/protoc-bnet/BnetServiceGenerator.h @@ -66,6 +66,7 @@ private: // Prints signatures for all methods in the void GenerateClientMethodSignatures(pb::io::Printer* printer); void GenerateServerMethodSignatures(pb::io::Printer* printer); + void GenerateServerMethodParserSignatures(pb::io::Printer* printer); // Source file stuff. @@ -74,6 +75,7 @@ private: // Generate the CallMethod() method of the service. void GenerateServerCallMethod(pb::io::Printer* printer); void GenerateServerImplementations(pb::io::Printer* printer); + void GenerateServerMethodParserImplementations(pb::io::Printer* printer); std::uint32_t HashServiceName(std::string const& name); |