BIND 10 trac2157_2, updated. 131b376fc16fbe7bee9dc8753daba0dc04171cff [2157] style: added blank line before \brief for readability.
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Nov 14 00:00:03 UTC 2012
The branch, trac2157_2 has been updated
via 131b376fc16fbe7bee9dc8753daba0dc04171cff (commit)
from 4f7957ecd5a7995dac7662569c2e4dd7d86c7d77 (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 131b376fc16fbe7bee9dc8753daba0dc04171cff
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Nov 13 15:59:48 2012 -0800
[2157] style: added blank line before \brief for readability.
-----------------------------------------------------------------------
Summary of changes:
src/bin/auth/statistics.h | 11 +++++++++++
1 file changed, 11 insertions(+)
-----------------------------------------------------------------------
diff --git a/src/bin/auth/statistics.h b/src/bin/auth/statistics.h
index e30d8a9..5fc2cae 100644
--- a/src/bin/auth/statistics.h
+++ b/src/bin/auth/statistics.h
@@ -65,39 +65,50 @@ public:
/// a standard exception if memory allocation fails inside the method.
///
inline QRAttributes();
+
/// The destructor.
///
/// This method never throws an exception.
///
inline ~QRAttributes();
+
/// \brief Set query opcode.
/// \throw None
inline void setQueryOpCode(const int opcode);
+
/// \brief Set IP version carrying a query.
/// \throw None
inline void setQueryIPVersion(const int ip_version);
+
/// \brief Set transport protocol carrying a query.
/// \throw None
inline void setQueryTransportProtocol(const int transport_protocol);
+
/// \brief Set query EDNS attributes.
/// \throw None
inline void setQueryEDNS(const bool is_edns_0, const bool is_edns_badver);
+
/// \brief Set query DO bit.
/// \throw None
inline void setQueryDO(const bool is_dnssec_ok);
+
/// \brief Set query TSIG attributes.
/// \throw None
inline void setQuerySig(const bool is_tsig, const bool is_sig0,
const bool is_badsig);
+
/// \brief Set zone origin.
/// \throw None
inline void setOrigin(const std::string& origin);
+
/// \brief Set if the answer has sent.
/// \throw None
inline void answerWasSent();
+
/// \brief Set if the response is truncated.
/// \throw None
inline void setResponseTruncated(const bool is_truncated);
+
/// \brief Reset attributes.
/// \throw None
inline void reset();
More information about the bind10-changes
mailing list