BIND 10 trac2526, updated. 3759773a821827277aa2c8d457dd6fe63f1daf75 [2526] Modified a couple of method header comments

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Dec 14 14:47:35 UTC 2012


The branch, trac2526 has been updated
       via  3759773a821827277aa2c8d457dd6fe63f1daf75 (commit)
      from  1ee4d989baee8e0fe013aa0c1e63f4e6a429d114 (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 3759773a821827277aa2c8d457dd6fe63f1daf75
Author: Stephen Morris <stephen at isc.org>
Date:   Fri Dec 14 14:47:10 2012 +0000

    [2526] Modified a couple of method header comments

-----------------------------------------------------------------------

Summary of changes:
 src/lib/dhcp/option_definition.h |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/option_definition.h b/src/lib/dhcp/option_definition.h
index 4c94a0f..9f6bef2 100644
--- a/src/lib/dhcp/option_definition.h
+++ b/src/lib/dhcp/option_definition.h
@@ -50,21 +50,21 @@ typedef boost::shared_ptr<OptionDefinition> OptionDefinitionPtr;
 
 /// @brief Forward declaration to OptionInt.
 ///
-/// This forward declaration is needed to access OptionInt class
-/// without having to include option_int.h header. This is because
-/// this header includes libdhcp++.h and this causes circular
-/// inclusion between libdhcp++.h, option_definition.h and
+/// This forward declaration is needed to access the OptionInt class without
+/// having to include the option_int.h header file. It is required because
+/// this header includes libdhcp++.h, and including option_int.h would cause
+/// circular inclusion between libdhcp++.h, option_definition.h and
 /// option6_int.h.
 template<typename T>
 class OptionInt;
 
 /// @brief Forward declaration to OptionIntArray.
 ///
-/// This forward declaration is needed to access OptionIntArray class
-/// without having to include option_int_array.h header. This is because
-/// this header includes libdhcp++.h and this causes circular
-/// inclusion between libdhcp++.h, option_definition.h and
-/// option_int_array.h.
+/// This forward declaration is needed to access the OptionIntArray class
+/// without having to include the option_int_array.h header file. It is
+/// required because this header includes libdhcp++.h, and including
+/// option_int_array.h would cause circular inclusion between libdhcp++.h,
+/// option_definition.h and option_int_array.h.
 template<typename T>
 class OptionIntArray;
 



More information about the bind10-changes mailing list