source:
trunk/Cosy/videodev/PixGetter.h@
13452
Last change on this file since 13452 was 8810, checked in by , 17 years ago | |
---|---|
File size: 181 bytes |
Line | |
---|---|
1 | #ifndef COSY_PixGetter |
2 | #define COSY_PixGetter |
3 | |
4 | class PixGetter |
5 | { |
6 | public: |
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.