diff options
author | Thomas Markwalder <tmark@isc.org> | 2013-12-17 14:43:10 +0100 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2013-12-17 14:43:10 +0100 |
commit | 59bd021c72b3e2d9538b534f3ba00ae4b410da62 (patch) | |
tree | 693766c29eea575799ad6a33407249393e10b9d6 /src/bin/d2/nc_add.h | |
parent | [3088] Corrected commentary RFC references. (diff) | |
download | kea-59bd021c72b3e2d9538b534f3ba00ae4b410da62.tar.xz kea-59bd021c72b3e2d9538b534f3ba00ae4b410da62.zip |
[3088] Addressed review changes.
Changes are largely clean up and commentary.
Diffstat (limited to 'src/bin/d2/nc_add.h')
-rw-r--r-- | src/bin/d2/nc_add.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/bin/d2/nc_add.h b/src/bin/d2/nc_add.h index a9e748fd0c..1fe167b99e 100644 --- a/src/bin/d2/nc_add.h +++ b/src/bin/d2/nc_add.h @@ -110,7 +110,8 @@ protected: /// @brief Validates the contents of the set of events. /// /// Invokes NameChangeTransaction's implementation and then verifies the - /// Add transaction's events. + /// Add transaction's. This tests that the needed events are in the event + /// dictionary. /// /// @throw StateModelError if an event value is undefined. virtual void verifyEvents(); @@ -126,7 +127,8 @@ protected: /// @brief Validates the contents of the set of states. /// /// Invokes NameChangeTransaction's implementation and then verifies the - /// Add transaction's states. + /// Add transaction's states. This tests that the needed states are in the + /// state dictionary. /// /// @throw StateModelError if an event value is undefined. virtual void verifyStates(); @@ -441,7 +443,7 @@ protected: void buildReplaceRevPtrsRequest(); }; -/// @brief Defines a pointer to a NameChangeTransaction. +/// @brief Defines a pointer to a NameAddTransaction. typedef boost::shared_ptr<NameAddTransaction> NameAddTransactionPtr; } // namespace isc::d2 |