diff options
Diffstat (limited to 'src/ClientInternal.hxx')
-rw-r--r-- | src/ClientInternal.hxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ClientInternal.hxx b/src/ClientInternal.hxx index dee5d9c71..9384b84ee 100644 --- a/src/ClientInternal.hxx +++ b/src/ClientInternal.hxx @@ -112,6 +112,13 @@ public: using BufferedSocket::Write; + /** + * Send "idle" response to this client. + */ + void IdleNotify(); + void IdleAdd(unsigned flags); + bool IdleWait(unsigned flags); + private: /* virtual methods from class BufferedSocket */ virtual InputResult OnSocketInput(const void *data, |