BIND 10 trac3329, updated. 72d32778775dc5517d208e300710f6a96e1848ee [3329] ioReady methods were missing commentary in dhcp_ddns.

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Feb 13 21:34:27 UTC 2014


The branch, trac3329 has been updated
       via  72d32778775dc5517d208e300710f6a96e1848ee (commit)
      from  35c022c9fed4ea2b739c7492bdd2a2b7d95e5563 (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 72d32778775dc5517d208e300710f6a96e1848ee
Author: Thomas Markwalder <tmark at isc.org>
Date:   Thu Feb 13 16:33:06 2014 -0500

    [3329] ioReady methods were missing commentary in dhcp_ddns.
    
    Adding missing commentary in ncr_io.h and ncr_upd.h

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

Summary of changes:
 src/lib/dhcp_ddns/ncr_io.h  |    3 +++
 src/lib/dhcp_ddns/ncr_udp.h |    3 +++
 2 files changed, 6 insertions(+)

-----------------------------------------------------------------------
diff --git a/src/lib/dhcp_ddns/ncr_io.h b/src/lib/dhcp_ddns/ncr_io.h
index 1946383..6f8e495 100644
--- a/src/lib/dhcp_ddns/ncr_io.h
+++ b/src/lib/dhcp_ddns/ncr_io.h
@@ -576,6 +576,9 @@ public:
     /// @throw NcrSenderError if the sender is not in send mode,
     virtual int getSelectFd() = 0;
 
+    /// @brief Returns whether or not the sender has IO ready to process.
+    ///
+    /// @return true if the sender has at IO ready, false otherwise.
     virtual bool ioReady() = 0;
 
 protected:
diff --git a/src/lib/dhcp_ddns/ncr_udp.h b/src/lib/dhcp_ddns/ncr_udp.h
index 461589d..1af0308 100644
--- a/src/lib/dhcp_ddns/ncr_udp.h
+++ b/src/lib/dhcp_ddns/ncr_udp.h
@@ -542,6 +542,9 @@ public:
     /// @throw NcrSenderError if the sender is not in send mode,
     virtual int getSelectFd();
 
+    /// @brief Returns whether or not the sender has IO ready to process.
+    ///
+    /// @return true if the sender has at IO ready, false otherwise.
     virtual bool ioReady();
 
 private:



More information about the bind10-changes mailing list