Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
brpc
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
brpc
Commits
2cafaf51
Commit
2cafaf51
authored
Apr 12, 2018
by
wangxuefeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove extra set_thrift_method_name
parent
a9d8d2a8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
controller.h
src/brpc/controller.h
+1
-6
No files found.
src/brpc/controller.h
View file @
2cafaf51
...
...
@@ -444,14 +444,9 @@ public:
void
set_idl_result
(
int64_t
result
)
{
_idl_result
=
result
;
}
int64_t
idl_result
()
const
{
return
_idl_result
;
}
void
set_thrift_method_name
(
std
::
string
&
method_name
)
{
void
set_thrift_method_name
(
const
std
::
string
&
method_name
)
{
_thrift_method_name
=
method_name
;
}
void
set_thrift_method_name
(
std
::
string
method_name
)
{
_thrift_method_name
=
method_name
;
}
std
::
string
thrift_method_name
()
{
return
_thrift_method_name
;
}
private
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment