diff options
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); |