From 4f2f2a18c36de18e7417876f345d48e9b4e61195 Mon Sep 17 00:00:00 2001 From: john30 Date: Sat, 18 Feb 2017 14:05:25 +0100 Subject: [PATCH] fixed documentation --- src/ebusd/mainloop.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ebusd/mainloop.h b/src/ebusd/mainloop.h index 8419311a..fc7882a1 100644 --- a/src/ebusd/mainloop.h +++ b/src/ebusd/mainloop.h @@ -134,6 +134,7 @@ class MainLoop : public Thread, DeviceListener { * @param connected set to false when the client connection shall be closed. * @param isHttp true for HTTP message. * @param listening set to true when the client is in listening mode. + * @param user set to the new user name when changed by authentication. * @param reload set to true when the configuration files were reloaded. * @return result string to send back to the client. */ @@ -167,7 +168,7 @@ class MainLoop : public Thread, DeviceListener { /** * Execute the read command. * @param args the arguments passed to the command (starting with the command itself), or empty for help. - * @param level the current user's access levels. + * @param levels the current user's access levels. * @return the result string. */ string executeRead(vector &args, const string levels);