]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3203] Comment in Pkt4 about client classes updated.
authorTomek Mrugalski <tomasz@isc.org>
Tue, 31 Dec 2013 14:07:35 +0000 (15:07 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 31 Dec 2013 14:07:35 +0000 (15:07 +0100)
src/lib/dhcp/pkt4.h

index 0e3b81661c178e92b0809af348c364dab1f3f2cd..37c326d327caf3a720ea2144b290bf5cc1bbd67f 100644 (file)
@@ -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: