mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 10:21:10 +02:00
our current experimental Neutrino branch
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@27 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
21
src/nhttpd/yhttpd_mods/mod_testhook.h
Normal file
21
src/nhttpd/yhttpd_mods/mod_testhook.h
Normal file
@@ -0,0 +1,21 @@
|
||||
//=============================================================================
|
||||
// YHTTPD
|
||||
// TestHook
|
||||
//=============================================================================
|
||||
#ifndef TESTHOOK_H_
|
||||
#define TESTHOOK_H_
|
||||
|
||||
|
||||
#include "yhook.h"
|
||||
class CTesthook : public Cyhook
|
||||
{
|
||||
public:
|
||||
THandleStatus Hook_SendResponse(CyhookHandler *hh);
|
||||
CTesthook(){};
|
||||
~CTesthook(){};
|
||||
|
||||
virtual std::string getHookName(void) {return std::string("Testhook");}
|
||||
|
||||
};
|
||||
#endif /*TESTHOOK_H_*/
|
||||
|
Reference in New Issue
Block a user