X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Scheduler%2FConsole%2FServer.hh;h=7ccf2840986cf8cf7bcb79f2c43712e7b293f65e;hb=c77d350c7bb263316c35f535542cdeaec3d2aab6;hp=ac86ca2c281a7004fbabe907261ce1a53887bc6c;hpb=2da517bbcdb2af10d2322fc762ca27774b53b435;p=senf.git diff --git a/Scheduler/Console/Server.hh b/Scheduler/Console/Server.hh index ac86ca2..7ccf284 100644 --- a/Scheduler/Console/Server.hh +++ b/Scheduler/Console/Server.hh @@ -161,7 +161,7 @@ namespace console { static const unsigned INTERACTIVE_TIMEOUT = 500; // milliseconds; public: - typedef Server::ServerHandle::ClientSocketHandle ClientHandle; + typedef Server::ServerHandle::ClientHandle ClientHandle; ~Client(); @@ -186,7 +186,7 @@ namespace console { void setNoninteractive(); void translate(std::string & data); - unsigned handleInput(std::string input, bool incremental = false); + size_t handleInput(std::string input, bool incremental = false); virtual void v_write(senf::log::time_type timestamp, std::string const & stream, std::string const & area, unsigned level, std::string const & message);