BIND 10 trac2984, updated. d165e1c0d34e34a24b4519106af41af74d92b197 [2984] Minor comment clean-up in Pkt6

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Jul 24 14:49:07 UTC 2013


The branch, trac2984 has been updated
       via  d165e1c0d34e34a24b4519106af41af74d92b197 (commit)
      from  9643f2fc5610a68278c7a1ea7cc167991467122e (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 d165e1c0d34e34a24b4519106af41af74d92b197
Author: Tomek Mrugalski <tomasz at isc.org>
Date:   Wed Jul 24 16:48:54 2013 +0200

    [2984] Minor comment clean-up in Pkt6

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

Summary of changes:
 src/lib/dhcp/pkt6.h |    9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/pkt6.h b/src/lib/dhcp/pkt6.h
index 4094708..9cf8b36 100644
--- a/src/lib/dhcp/pkt6.h
+++ b/src/lib/dhcp/pkt6.h
@@ -139,11 +139,6 @@ public:
     /// @return reference to output buffer
     const isc::util::OutputBuffer& getBuffer() const { return (bufferOut_); };
 
-    /// @brief Returns reference to input buffer.
-    ///
-    /// @return reference to input buffer
-    /// const OptionBuffer& getData() const { return(data_); }
-
     /// @brief Returns protocol of this packet (UDP or TCP).
     ///
     /// @return protocol type
@@ -347,9 +342,7 @@ public:
 
     /// collection of options present in this message
     ///
-    /// @todo: Text mentions protected, but this is really public
-    ///
-    /// @warning This protected member is accessed by derived
+    /// @warning This public member is accessed by derived
     /// classes directly. One of such derived classes is
     /// @ref perfdhcp::PerfPkt6. The impact on derived clasess'
     /// behavior must be taken into consideration before making



More information about the bind10-changes mailing list