summaryrefslogtreecommitdiff
path: root/status.h
blob: 0051c2874dec889ad9e7761842d445cf2646caef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/**
 * based on status.h,v 1.1.1.1 2006/02/26 14:11:02 lordjaxom
 *
 * version by Midas
 *
 */

#ifndef VDR_BLOCK_STATUS_H
#define VDR_BLOCK_STATUS_H

#include <vdr/status.h>

class cStatusBlock : public cStatus {

protected:
  virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber);

public:
  cStatusBlock(void);
};

#endif // VDR_BLOCK_STATUS_H