BIND 10 trac2157_2, updated. 8de2a109e5827ed6bac158e8a12c453d90a23f26 [2157] updated doxygen: MessageAttributes is now exception free.
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Nov 28 04:45:33 UTC 2012
The branch, trac2157_2 has been updated
via 8de2a109e5827ed6bac158e8a12c453d90a23f26 (commit)
from f3e3dc930b7de63dd8842b61a7ec042ac99c235c (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 8de2a109e5827ed6bac158e8a12c453d90a23f26
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Nov 27 20:45:14 2012 -0800
[2157] updated doxygen: MessageAttributes is now exception free.
-----------------------------------------------------------------------
Summary of changes:
src/bin/auth/statistics.h | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/auth/statistics.h b/src/bin/auth/statistics.h
index 41df6df..9bcb998 100644
--- a/src/bin/auth/statistics.h
+++ b/src/bin/auth/statistics.h
@@ -55,9 +55,7 @@ private:
public:
/// \brief The constructor.
///
- /// This constructor is mostly exception free. But it may still throw
- /// a standard exception if memory allocation fails inside the method.
- ///
+ /// \throw None
MessageAttributes() {
reset();
}
More information about the bind10-changes
mailing list