Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Osuchowski
Kea
Commits
a7656388
Commit
a7656388
authored
Jul 18, 2013
by
Thomas Markwalder
Browse files
[3008] Removed extraneous const function return qualifiers the debian
complained about.
parent
f683ad20
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/d2/ncr_udp.h
View file @
a7656388
...
...
@@ -261,7 +261,7 @@ public:
}
/// @brief Returns the data transfer buffer capacity.
const
size_t
getBufferSize
()
const
{
size_t
getBufferSize
()
const
{
return
(
data_
->
buf_size_
);
}
...
...
@@ -287,7 +287,7 @@ public:
/// @brief Returns the number of bytes manually written into the
/// transfer buffer.
const
size_t
getPutLen
()
const
{
size_t
getPutLen
()
const
{
return
(
data_
->
put_len_
);
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment