Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
24987dbf
Commit
24987dbf
authored
8 years ago
by
Yuchen Zeng
Browse files
Options
Downloads
Patches
Plain Diff
fix typo
parent
3b043935
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/grpc++/impl/codegen/config_protobuf.h
+2
-2
2 additions, 2 deletions
include/grpc++/impl/codegen/config_protobuf.h
with
2 additions
and
2 deletions
include/grpc++/impl/codegen/config_protobuf.h
+
2
−
2
View file @
24987dbf
...
...
@@ -49,7 +49,7 @@
#include
<google/protobuf/descriptor.pb.h>
#define GRPC_CUSTOM_DESCRIPTOR ::google::protobuf::Descriptor
#define GRPC_CUSTOM_DESCRIPTORPOOL ::google::protobuf::DescriptorPool
#define G
P
RC_CUSTOM_FIELDDESCRIPTOR ::google::protobuf::FieldDescriptor
#define GR
P
C_CUSTOM_FIELDDESCRIPTOR ::google::protobuf::FieldDescriptor
#define GRPC_CUSTOM_FILEDESCRIPTOR ::google::protobuf::FileDescriptor
#define GRPC_CUSTOM_FILEDESCRIPTORPROTO ::google::protobuf::FileDescriptorProto
#define GRPC_CUSTOM_METHODDESCRIPTOR ::google::protobuf::MethodDescriptor
...
...
@@ -75,7 +75,7 @@ typedef GRPC_CUSTOM_PROTOBUF_INT64 int64;
typedef
GRPC_CUSTOM_DESCRIPTOR
Descriptor
;
typedef
GRPC_CUSTOM_DESCRIPTORPOOL
DescriptorPool
;
typedef
G
P
RC_CUSTOM_FIELDDESCRIPTOR
FieldDescriptor
;
typedef
GR
P
C_CUSTOM_FIELDDESCRIPTOR
FieldDescriptor
;
typedef
GRPC_CUSTOM_FILEDESCRIPTOR
FileDescriptor
;
typedef
GRPC_CUSTOM_FILEDESCRIPTORPROTO
FileDescriptorProto
;
typedef
GRPC_CUSTOM_METHODDESCRIPTOR
MethodDescriptor
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment