From: Marcin Siodelski Date: Mon, 13 May 2013 14:05:58 +0000 (+0200) Subject: [2786] Minor: todo comment added. X-Git-Tag: bind10-1.2.0beta1-release~442^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b3c562f2bd85fa9f825d59f8601ba99e04e661f3;p=thirdparty%2Fkea.git [2786] Minor: todo comment added. --- diff --git a/src/lib/dhcp/option_string.h b/src/lib/dhcp/option_string.h index 0405666248..ca72769ae0 100644 --- a/src/lib/dhcp/option_string.h +++ b/src/lib/dhcp/option_string.h @@ -29,6 +29,9 @@ namespace dhcp { /// This class represents an option carrying a single string value. /// Currently this class imposes that the minimal length of the carried /// string is 1. +/// +/// @todo In the future this class may be extended with some more string +/// content checks and encoding methods if required. class OptionString : public Option { public: