BIND 10 trac2512, updated. 9b9a1771a28d416d7c5e954ef41799b6d9c02959 [2512] Add API doc comments for generic::CAA specialized methods
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Feb 18 13:55:25 UTC 2014
The branch, trac2512 has been updated
via 9b9a1771a28d416d7c5e954ef41799b6d9c02959 (commit)
from 8d831e948945c913ac59424fa549fd7e2f18b117 (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 9b9a1771a28d416d7c5e954ef41799b6d9c02959
Author: Mukund Sivaraman <muks at isc.org>
Date: Tue Feb 18 18:02:38 2014 +0530
[2512] Add API doc comments for generic::CAA specialized methods
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/rdata/generic/caa_257.h | 10 ++++++++++
1 file changed, 10 insertions(+)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/rdata/generic/caa_257.h b/src/lib/dns/rdata/generic/caa_257.h
index e06b250..47a1369 100644
--- a/src/lib/dns/rdata/generic/caa_257.h
+++ b/src/lib/dns/rdata/generic/caa_257.h
@@ -43,8 +43,18 @@ public:
///
/// Specialized methods
///
+
+ /// \brief Return the Flags field of the CAA RDATA.
uint8_t getFlags() const;
+
+ /// \brief Return the Tag field of the CAA RDATA.
const std::string& getTag() const;
+
+ /// \brief Return the Value field of the CAA RDATA.
+ ///
+ /// Note: The const reference which is returned is valid only during
+ /// the lifetime of this \c generic::CAA object. It should not be
+ /// used afterwards.
const std::vector<uint8_t>& getValue() const;
private:
More information about the bind10-changes
mailing list