[svn] commit: r458 - in /branches/jinmei-dnsrrparams/src/lib/dns/cpp: rrclass.h rrtype.h

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Jan 13 08:55:52 UTC 2010


Author: jinmei
Date: Wed Jan 13 08:55:52 2010
New Revision: 458

Log:
matched descriptions and declarations

Modified:
    branches/jinmei-dnsrrparams/src/lib/dns/cpp/rrclass.h
    branches/jinmei-dnsrrparams/src/lib/dns/cpp/rrtype.h

Modified: branches/jinmei-dnsrrparams/src/lib/dns/cpp/rrclass.h
==============================================================================
--- branches/jinmei-dnsrrparams/src/lib/dns/cpp/rrclass.h (original)
+++ branches/jinmei-dnsrrparams/src/lib/dns/cpp/rrclass.h Wed Jan 13 08:55:52 2010
@@ -163,7 +163,7 @@
     /// standard exception will be thrown.
     ///
     /// \param buffer An output buffer to store the wire data.
-    void toWire(OutputBuffer& buffer) const;
+    void toWire(MessageRenderer& renderer) const;
     /// \brief Render the \c RRClass in the wire format.
     ///
     /// This method renders the class code in network byte order into the
@@ -174,7 +174,7 @@
     ///
     /// \param renderer DNS message rendering context that encapsulates the
     /// output buffer in which the RRClass is to be stored.
-    void toWire(MessageRenderer& renderer) const;
+    void toWire(OutputBuffer& buffer) const;
     //@}
 
     ///

Modified: branches/jinmei-dnsrrparams/src/lib/dns/cpp/rrtype.h
==============================================================================
--- branches/jinmei-dnsrrparams/src/lib/dns/cpp/rrtype.h (original)
+++ branches/jinmei-dnsrrparams/src/lib/dns/cpp/rrtype.h Wed Jan 13 08:55:52 2010
@@ -170,7 +170,7 @@
     /// standard exception will be thrown.
     ///
     /// \param buffer An output buffer to store the wire data.
-    void toWire(OutputBuffer& buffer) const;
+    void toWire(MessageRenderer& renderer) const;
     /// \brief Render the \c RRType in the wire format.
     ///
     /// This method renders the type code in network byte order into the
@@ -181,7 +181,7 @@
     ///
     /// \param renderer DNS message rendering context that encapsulates the
     /// output buffer in which the RRType is to be stored.
-    void toWire(MessageRenderer& renderer) const;
+    void toWire(OutputBuffer& buffer) const;
     //@}
 
     ///




More information about the bind10-changes mailing list