| Index: third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_service.h
|
| diff --git a/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_service.h b/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_service.h
|
| index ede2fd80e63202971e75af80d8766b4b803a6e39..33c025476ae4baf9ce50de12e2ddc9da32a6a06f 100644
|
| --- a/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_service.h
|
| +++ b/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_service.h
|
| @@ -105,8 +105,11 @@ class ServiceGenerator {
|
| void GenerateStubMethods(io::Printer* printer);
|
|
|
| const ServiceDescriptor* descriptor_;
|
| - map<string, string> vars_;
|
| + std::map<string, string> vars_;
|
|
|
| + int index_in_metadata_;
|
| +
|
| + friend class FileGenerator;
|
| GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ServiceGenerator);
|
| };
|
|
|
|
|