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
5b61d519
Commit
5b61d519
authored
10 years ago
by
Yang Gao
Browse files
Options
Downloads
Patches
Plain Diff
formatting
parent
7694c35d
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
include/grpc++/async_unary_call.h
+0
-1
0 additions, 1 deletion
include/grpc++/async_unary_call.h
include/grpc++/config.h
+0
-1
0 additions, 1 deletion
include/grpc++/config.h
include/grpc++/impl/client_unary_call.h
+0
-1
0 additions, 1 deletion
include/grpc++/impl/client_unary_call.h
with
0 additions
and
3 deletions
include/grpc++/async_unary_call.h
+
0
−
1
View file @
5b61d519
...
@@ -77,7 +77,6 @@ class ClientAsyncResponseReader GRPC_FINAL {
...
@@ -77,7 +77,6 @@ class ClientAsyncResponseReader GRPC_FINAL {
call_
.
PerformOps
(
&
finish_buf_
);
call_
.
PerformOps
(
&
finish_buf_
);
}
}
private
:
private
:
ClientContext
*
context_
;
ClientContext
*
context_
;
Call
call_
;
Call
call_
;
...
...
This diff is collapsed.
Click to expand it.
include/grpc++/config.h
+
0
−
1
View file @
5b61d519
...
@@ -34,7 +34,6 @@
...
@@ -34,7 +34,6 @@
#ifndef GRPCXX_CONFIG_H
#ifndef GRPCXX_CONFIG_H
#define GRPCXX_CONFIG_H
#define GRPCXX_CONFIG_H
#ifdef GRPC_OLD_CXX
#ifdef GRPC_OLD_CXX
#define GRPC_FINAL
#define GRPC_FINAL
#define GRPC_OVERRIDE
#define GRPC_OVERRIDE
...
...
This diff is collapsed.
Click to expand it.
include/grpc++/impl/client_unary_call.h
+
0
−
1
View file @
5b61d519
...
@@ -34,7 +34,6 @@
...
@@ -34,7 +34,6 @@
#ifndef GRPCXX_IMPL_CLIENT_UNARY_CALL_H
#ifndef GRPCXX_IMPL_CLIENT_UNARY_CALL_H
#define GRPCXX_IMPL_CLIENT_UNARY_CALL_H
#define GRPCXX_IMPL_CLIENT_UNARY_CALL_H
#include
<grpc++/config.h>
#include
<grpc++/config.h>
namespace
grpc
{
namespace
grpc
{
...
...
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