BIND 10 trac2945, updated. 99b7eba1c65fbf8c6c0f71fd2f930fd480fd0b03 [2945] Update Doxygen reference to isc::ConfigData::getFullConfig() (contd.)
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Nov 13 08:41:58 UTC 2013
The branch, trac2945 has been updated
via 99b7eba1c65fbf8c6c0f71fd2f930fd480fd0b03 (commit)
from 660b35748eb0ed8efdc401639d3320854aea0ce5 (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 99b7eba1c65fbf8c6c0f71fd2f930fd480fd0b03
Author: Mukund Sivaraman <muks at isc.org>
Date: Wed Nov 13 14:06:57 2013 +0530
[2945] Update Doxygen reference to isc::ConfigData::getFullConfig() (contd.)
-----------------------------------------------------------------------
Summary of changes:
src/bin/dhcp4/ctrl_dhcp4_srv.h | 3 ++-
src/bin/dhcp6/ctrl_dhcp6_srv.h | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/dhcp4/ctrl_dhcp4_srv.h b/src/bin/dhcp4/ctrl_dhcp4_srv.h
index 8f14f4b..c5204b5 100644
--- a/src/bin/dhcp4/ctrl_dhcp4_srv.h
+++ b/src/bin/dhcp4/ctrl_dhcp4_srv.h
@@ -107,7 +107,8 @@ protected:
/// various configuration values. Installing the dummy handler
/// that guarantees to return success causes initial configuration
/// to be stored for the session being created and that it can
- /// be later accessed with \ref isc::ConfigData::getFullConfig.
+ /// be later accessed with
+ /// \ref isc::config::ConfigData::getFullConfig().
///
/// @param new_config new configuration.
///
diff --git a/src/bin/dhcp6/ctrl_dhcp6_srv.h b/src/bin/dhcp6/ctrl_dhcp6_srv.h
index 66cae65..62c1813 100644
--- a/src/bin/dhcp6/ctrl_dhcp6_srv.h
+++ b/src/bin/dhcp6/ctrl_dhcp6_srv.h
@@ -105,7 +105,8 @@ protected:
/// various configuration values. Installing the dummy handler
/// that guarantees to return success causes initial configuration
/// to be stored for the session being created and that it can
- /// be later accessed with \ref isc::ConfigData::getFullConfig().
+ /// be later accessed with
+ /// \ref isc::config::ConfigData::getFullConfig().
///
/// @param new_config new configuration.
///
More information about the bind10-changes
mailing list