add posibility of dynamic window timeout change

This commit is contained in:
Andrzej Rybczak
2014-08-31 11:08:53 +02:00
parent 9c9c190742
commit 44302aee47
3 changed files with 31 additions and 21 deletions

View File

@@ -29,7 +29,8 @@ namespace Status {//
void handleClientError(MPD::ClientError &e);
void handleServerError(MPD::ServerError &e);
void trace();
void trace(bool update_timer);
inline void trace() { trace(true); }
void update(int event);
namespace State {//