diff options
Diffstat (limited to 'frontend_svr.h')
-rw-r--r-- | frontend_svr.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/frontend_svr.h b/frontend_svr.h index 4982e081..b17eede4 100644 --- a/frontend_svr.h +++ b/frontend_svr.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: frontend_svr.h,v 1.27 2010-01-18 18:00:30 phintuka Exp $ + * $Id: frontend_svr.h,v 1.28 2010-01-29 13:54:54 phintuka Exp $ * */ @@ -65,6 +65,9 @@ protected: virtual int Xine_Control(const char *cmd); virtual int Xine_Control_Sync(const char *cmd); + virtual int Xine_Control_Result(const char *cmd, uint TimeoutMs); + virtual void Sync(void); + protected: // Handling of messages from client(s) |