vdr-plugin-streamdev/server/componentVTP.h

19 lines
373 B
C
Raw Normal View History

2004-12-30 23:43:55 +01:00
/*
2005-05-09 22:22:29 +02:00
* $Id: componentVTP.h,v 1.2 2005/05/09 20:22:29 lordjaxom Exp $
2004-12-30 23:43:55 +01:00
*/
#ifndef VDR_STREAMDEV_SERVERS_SERVERVTP_H
#define VDR_STREAMDEV_SERVERS_SERVERVTP_H
#include "server/component.h"
class cComponentVTP: public cServerComponent {
2005-05-09 22:22:29 +02:00
protected:
virtual cServerConnection *NewClient(void);
2004-12-30 23:43:55 +01:00
public:
cComponentVTP(void);
};
#endif // VDR_STREAMDEV_SERVERS_SERVERVTP_H