Browse Source

[2786] Minor: todo comment added.

Marcin Siodelski 12 years ago
parent
commit
b3c562f2bd
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/lib/dhcp/option_string.h

+ 3 - 0
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: