From: Tomek Mrugalski Date: Tue, 31 Dec 2013 14:07:35 +0000 (+0100) Subject: [3203] Comment in Pkt4 about client classes updated. X-Git-Tag: bind10-1.2.0beta1-release~130^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee836ac5bf89a79dd34065296cd40a1cab069038;p=thirdparty%2Fkea.git [3203] Comment in Pkt4 about client classes updated. --- diff --git a/src/lib/dhcp/pkt4.h b/src/lib/dhcp/pkt4.h index 0e3b81661c..37c326d327 100644 --- a/src/lib/dhcp/pkt4.h +++ b/src/lib/dhcp/pkt4.h @@ -553,8 +553,10 @@ public: /// @brief Classes this packet belongs to. /// - /// This field is public, so code can iterate over existing classes. - /// Having it public also solves the problem of returned reference lifetime. + /// This field is public, so the code outside of Pkt4 class can iterate over + /// existing classes. Having it public also solves the problem of returned + /// reference lifetime. It is preferred to use @ref inClass and @ref addClass + /// should be used to operate on this field. Classes classes_; private: