]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#571,!306] Addressed review comments.
authorMarcin Siodelski <marcin@isc.org>
Thu, 18 Apr 2019 18:37:38 +0000 (20:37 +0200)
committerMarcin Siodelski <marcin@isc.org>
Thu, 18 Apr 2019 19:02:07 +0000 (21:02 +0200)
src/lib/database/audit_entry.h
src/lib/dhcp/option.h

index 47309cc9462912a7788a12467094af04547a9e1a..bc5617ffe57c773b679ccc96637043ca0286f817 100644 (file)
@@ -100,8 +100,8 @@ public:
 
     /// @brief Factory function creating an instance of @c AuditEntry.
     ///
-    /// This function should be used to create an instance of the shared
-    /// network within a hooks library in cases when the library may be
+    /// This function should be used to create an instance of the audit
+    /// entry within a hooks library in cases when the library may be
     /// unloaded before the object is destroyed. This ensures that the
     /// ownership of the object by the Kea process is retained.
     ///
@@ -121,8 +121,8 @@ public:
 
     /// @brief Factory function creating an instance of @c AuditEntry.
     ///
-    /// This function should be used to create an instance of the shared
-    /// network within a hooks library in cases when the library may be
+    /// This function should be used to create an instance of the audit
+    /// entry within a hooks library in cases when the library may be
     /// unloaded before the object is destroyed. This ensures that the
     /// ownership of the object by the Kea process is retained.
     ///
index 8907c1e341bbf31ea976f68b9ea7af6d467a1022..fad71e510818bcd8e3e74b7c53ede437a1bcafc3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -167,8 +167,8 @@ public:
 
     /// @brief Factory function creating an instance of the @c Option.
     ///
-    /// This function should be used to create an instance of the shared
-    /// network within a hooks library in cases when the library may be
+    /// This function should be used to create an instance of the DHCP
+    /// option within a hooks library in cases when the library may be
     /// unloaded before the object is destroyed. This ensures that the
     /// ownership of the object by the Kea process is retained.
     ///
@@ -180,8 +180,8 @@ public:
 
     /// @brief Factory function creating an instance of the @c Option.
     ///
-    /// This function should be used to create an instance of the shared
-    /// network within a hooks library in cases when the library may be
+    /// This function should be used to create an instance of the DHCP
+    /// option within a hooks library in cases when the library may be
     /// unloaded before the object is destroyed. This ensures that the
     /// ownership of the object by the Kea process is retained.
     ///