diff options
author | phintuka <phintuka> | 2012-03-17 20:19:27 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2012-03-17 20:19:27 +0000 |
commit | 0c7a014915c8ac77f303fb4a315c4e6de84fa777 (patch) | |
tree | 6a1df75b7a211365bfe217c90cf06080805af4c3 /frontend_local.h | |
parent | 39830a0e92de92f52c343ce737634d3d7feea428 (diff) | |
download | xineliboutput-0c7a014915c8ac77f303fb4a315c4e6de84fa777.tar.gz xineliboutput-0c7a014915c8ac77f303fb4a315c4e6de84fa777.tar.bz2 |
Bind frontend to specific device
Diffstat (limited to 'frontend_local.h')
-rw-r--r-- | frontend_local.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/frontend_local.h b/frontend_local.h index 4a942a95..900afb6d 100644 --- a/frontend_local.h +++ b/frontend_local.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: frontend_local.h,v 1.10 2012-03-13 12:53:41 phintuka Exp $ + * $Id: frontend_local.h,v 1.11 2012-03-17 20:19:27 phintuka Exp $ * */ @@ -19,11 +19,13 @@ extern "C" { typedef struct frontend_s frontend_t; } +class cXinelibDevice; + class cXinelibLocal : public cXinelibThread { public: - cXinelibLocal(const char *frontend_name); + cXinelibLocal(cXinelibDevice *Dev, const char *frontend_name); virtual ~cXinelibLocal(); protected: |