BIND 10 trac3341, updated. e724186c63a169052868ca3553e88bd803193c8c [3341] Addressed review comments.
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Feb 27 14:42:40 UTC 2014
The branch, trac3341 has been updated
via e724186c63a169052868ca3553e88bd803193c8c (commit)
from d1aaf04e15357b2e6198bb3e1c00a0ef5ae67ff0 (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 e724186c63a169052868ca3553e88bd803193c8c
Author: Thomas Markwalder <tmark at isc.org>
Date: Thu Feb 27 09:41:49 2014 -0500
[3341] Addressed review comments.
Improved doxygen commentary for new methods.
-----------------------------------------------------------------------
Summary of changes:
src/bin/d2/d2_cfg_mgr.cc | 2 +-
src/bin/d2/d2_cfg_mgr.h | 12 +++++++++++-
2 files changed, 12 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/d2/d2_cfg_mgr.cc b/src/bin/d2/d2_cfg_mgr.cc
index e618c34..4bddb99 100644
--- a/src/bin/d2/d2_cfg_mgr.cc
+++ b/src/bin/d2/d2_cfg_mgr.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
//
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
diff --git a/src/bin/d2/d2_cfg_mgr.h b/src/bin/d2/d2_cfg_mgr.h
index d19dea9..0e90304 100644
--- a/src/bin/d2/d2_cfg_mgr.h
+++ b/src/bin/d2/d2_cfg_mgr.h
@@ -1,4 +1,4 @@
-// Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
//
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
@@ -128,11 +128,21 @@ public:
/// @brief Returns whether not forward updates are enabled.
///
+ /// This method currently uses the presence or absence of Foward DDNS
+ /// Domains to determine if forward updates are enabled or disabled.
+ /// @todo This could be expanded to include the check of a configurable
+ /// boolean value.
+ ///
/// @return true if forward updates are enabled, false otherwise.
bool forwardUpdatesEnabled();
/// @brief Returns whether not reverse updates are enabled.
///
+ /// This method currently uses the presence or absence of Reverse DDNS
+ /// Domains to determine if reverse updates are enabled or disabled.
+ /// @todo This could be expanded to include the check of a configurable
+ /// boolean value.
+ ///
/// @return true if reverse updates are enabled, false otherwise.
bool reverseUpdatesEnabled();
More information about the bind10-changes
mailing list