|
@@ -118,7 +118,8 @@ public:
|
|
|
/// If resource allocation in rendering process fails, a corresponding
|
|
|
/// standard exception will be thrown.
|
|
|
///
|
|
|
- /// \param buffer An output buffer to store the wire data.
|
|
|
+ /// \param renderer DNS message rendering context that encapsulates the
|
|
|
+ /// output buffer in which the RRTTL is to be stored.
|
|
|
void toWire(MessageRenderer& renderer) const;
|
|
|
/// \brief Render the \c RRTTL in the wire format.
|
|
|
///
|
|
@@ -128,8 +129,7 @@ public:
|
|
|
/// If resource allocation in rendering process fails, a corresponding
|
|
|
/// standard exception will be thrown.
|
|
|
///
|
|
|
- /// \param renderer DNS message rendering context that encapsulates the
|
|
|
- /// output buffer in which the RRTTL is to be stored.
|
|
|
+ /// \param buffer An output buffer to store the wire data.
|
|
|
void toWire(OutputBuffer& buffer) const;
|
|
|
//@}
|
|
|
|