X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Console%2FServer.hh;h=abc70b78c18c559a2ac07f3e54a3db17a3a448bf;hb=f9d24df84e9dd01127ebeabef977a22e379cb41d;hp=2206172276e43d901eac4dc45b82c3b5ded3470e;hpb=1a7c3a40d3e477b789c3fdfe7cacb01649d47edf;p=senf.git diff --git a/Console/Server.hh b/Console/Server.hh index 2206172..abc70b7 100644 --- a/Console/Server.hh +++ b/Console/Server.hh @@ -113,9 +113,6 @@ namespace console { Whenever a new client connects, a new instance of this class is created. This class shows a command prompt, receives the commands, parses them and then passes (using a CommandParser) and passes the commands to an Executor instance. - - \fixme Fix Client::clientData implementation - \fixme Don't register a new ReadHelper every round */ class Client : public senf::intrusive_refcount,