]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3682] Added missing description for classesToString
authorTomek Mrugalski <tomasz@isc.org>
Mon, 19 Oct 2015 00:30:59 +0000 (02:30 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Mon, 19 Oct 2015 00:30:59 +0000 (02:30 +0200)
src/lib/dhcpsrv/mysql_host_data_source.cc

index 03299c5acb697783a4d9974311c4633f56be2904..7bcb80fc140931514419f156311c3ccadff7a7bc 100644 (file)
@@ -496,6 +496,10 @@ public:
         return (getColumnsInError(error_, columns_, HOST_COLUMNS));
     }
 
+    /// @brief Converts ClientClasses to a signgle string with coma separated values
+    ///
+    /// @param classes classes structure that contains zero or more classes
+    /// @return a single string with coma separated values
     std::string classesToString(const ClientClasses& classes) {
         string txt;
         bool first = true;