BIND 10 trac3008, updated. a765638850588cc8980c622351124f1319c46365 [3008] Removed extraneous const function return qualifiers the debian complained about.
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jul 18 11:22:33 UTC 2013
The branch, trac3008 has been updated
via a765638850588cc8980c622351124f1319c46365 (commit)
from f683ad20d4a1936679ebfbc3f7eabedee1ff5182 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a765638850588cc8980c622351124f1319c46365
Author: Thomas Markwalder <tmark at debian-tkm-01.tmark>
Date: Thu Jul 18 07:21:22 2013 -0400
[3008] Removed extraneous const function return qualifiers the debian
complained about.
-----------------------------------------------------------------------
Summary of changes:
src/bin/d2/ncr_udp.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/d2/ncr_udp.h b/src/bin/d2/ncr_udp.h
index b0b6ad5..da8f12e 100644
--- a/src/bin/d2/ncr_udp.h
+++ b/src/bin/d2/ncr_udp.h
@@ -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_);
}
More information about the bind10-changes
mailing list