source: trunk/Cosy/videodev/PixGetter.h@ 9988

Last change on this file since 9988 was 8810, checked in by tbretz, 17 years ago
*** empty log message ***
File size: 181 bytes
Line 
1#ifndef COSY_PixGetter
2#define COSY_PixGetter
3
4class PixGetter
5{
6public:
7 virtual ~PixGetter() { }
8 virtual void ExitLoop() {}
9 virtual void SetChannel(int) { }
10};
11
12#endif
Note: See TracBrowser for help on using the repository browser.