aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/csharp/csharp_helpers.h
diff options
context:
space:
mode:
authorJon Skeet <jonskeet@google.com>2015-11-19 13:05:17 +0000
committerJon Skeet <jonskeet@google.com>2015-11-19 13:05:17 +0000
commita6361a124a6537c69aaaa4e667372ba4e89c1fd1 (patch)
treeb936dfc76135357ffb0bf934270625929ce6b715 /src/google/protobuf/compiler/csharp/csharp_helpers.h
parentff37edcd8a533b5440dfae541ea85f8b41d94e55 (diff)
downloadprotobuf-a6361a124a6537c69aaaa4e667372ba4e89c1fd1.tar.gz
protobuf-a6361a124a6537c69aaaa4e667372ba4e89c1fd1.tar.bz2
protobuf-a6361a124a6537c69aaaa4e667372ba4e89c1fd1.zip
Rename "umbrella" to "reflection" consistently.
This changes csharp_names.h, which will require a corresponding change in GRPC.
Diffstat (limited to 'src/google/protobuf/compiler/csharp/csharp_helpers.h')
-rw-r--r--src/google/protobuf/compiler/csharp/csharp_helpers.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/google/protobuf/compiler/csharp/csharp_helpers.h b/src/google/protobuf/compiler/csharp/csharp_helpers.h
index 4f393e1c..e96e7938 100644
--- a/src/google/protobuf/compiler/csharp/csharp_helpers.h
+++ b/src/google/protobuf/compiler/csharp/csharp_helpers.h
@@ -69,12 +69,8 @@ CSharpType GetCSharpType(FieldDescriptor::Type type);
std::string StripDotProto(const std::string& proto_file);
-// Gets unqualified name of the umbrella class
-std::string GetUmbrellaClassUnqualifiedName(const FileDescriptor* descriptor);
-
-// Gets name of the nested for umbrella class (just the nested part,
-// not including the GetFileNamespace part).
-std::string GetUmbrellaClassNestedNamespace(const FileDescriptor* descriptor);
+// Gets unqualified name of the reflection class
+std::string GetReflectionClassUnqualifiedName(const FileDescriptor* descriptor);
std::string GetClassName(const EnumDescriptor* descriptor);