summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/pool.h
diff options
context:
space:
mode:
authorTomek Mrugalski <tomasz@isc.org>2013-09-19 11:20:50 +0200
committerTomek Mrugalski <tomasz@isc.org>2013-09-19 11:20:50 +0200
commitf8bbd7fa7def41d09c458282aadbbd2ca352f3a6 (patch)
tree5b918c0d593803cdd7cc026b1f51e36508b917ca /src/lib/dhcpsrv/pool.h
parent[3149] getAllocator() implemented (diff)
downloadkea-f8bbd7fa7def41d09c458282aadbbd2ca352f3a6.tar.xz
kea-f8bbd7fa7def41d09c458282aadbbd2ca352f3a6.zip
[3149] Minor changes after review (spaces, comments clean ups)
Diffstat (limited to 'src/lib/dhcpsrv/pool.h')
-rw-r--r--src/lib/dhcpsrv/pool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/dhcpsrv/pool.h b/src/lib/dhcpsrv/pool.h
index 54b2e51e8c..0d73b40149 100644
--- a/src/lib/dhcpsrv/pool.h
+++ b/src/lib/dhcpsrv/pool.h
@@ -82,7 +82,7 @@ protected:
/// Pool class directly. Instances of Pool4 and Pool6 should be created
/// instead.
///
- /// @param type type of the pool
+ /// @param type type of lease that will be served from this pool
/// @param first first address of a range
/// @param last last address of a range
Pool(Lease::Type type,
@@ -113,7 +113,7 @@ protected:
/// @todo: This field is currently not used.
std::string comments_;
- /// @brief defines a pool type
+ /// @brief defines a lease type that will be served from this pool
Lease::Type type_;
};