vdr-plugin-streamdev/server/componentHTTP.h

19 lines
355 B
C
Raw Normal View History

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