File: componentVTP.h

package info (click to toggle)
vdr-plugin-streamdev 0.6.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,192 kB
  • sloc: ansic: 16,317; sh: 237; makefile: 203
file content (18 lines) | stat: -rw-r--r-- 326 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 *  componentVTP.h
 */
 
#ifndef VDR_STREAMDEV_SERVERS_SERVERVTP_H
#define VDR_STREAMDEV_SERVERS_SERVERVTP_H

#include "server/component.h"

class cComponentVTP: public cServerComponent {
protected:
	virtual cServerConnection *NewClient(void);

public:
	cComponentVTP(void);
};

#endif // VDR_STREAMDEV_SERVERS_SERVERVTP_H