mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-14 08:53:43 +02:00
yWeb 2.8.a.3 Alpha-Version
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@406 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -22,7 +22,7 @@ class CmWebLog : public Cyhook
|
||||
static std::string WebLogFilename;
|
||||
static int RefCounter; // Count Instances
|
||||
static std::string LogFormat;
|
||||
|
||||
|
||||
public:
|
||||
CmWebLog();
|
||||
~CmWebLog();
|
||||
@@ -32,12 +32,12 @@ public:
|
||||
void AddLogEntry_CLF(CyhookHandler *hh);
|
||||
void AddLogEntry_ELF(CyhookHandler *hh);
|
||||
bool printf(const char *fmt, ...);
|
||||
|
||||
|
||||
// Hooks
|
||||
virtual THandleStatus Hook_EndConnection(CyhookHandler *hh);
|
||||
virtual THandleStatus Hook_EndConnection(CyhookHandler *hh);
|
||||
virtual std::string getHookName(void) {return std::string("mod_weblog");}
|
||||
virtual std::string getHookVersion(void) {return std::string("$Revision: 1.2 $");}
|
||||
virtual THandleStatus Hook_ReadConfig(CConfigFile *Config, CStringList &ConfigList);
|
||||
virtual std::string getHookVersion(void) {return std::string("$Revision: 1.3 $");}
|
||||
virtual THandleStatus Hook_ReadConfig(CConfigFile *Config, CStringList &ConfigList);
|
||||
};
|
||||
#endif // __yhttpd_mod_weblog_h__
|
||||
|
||||
|
Reference in New Issue
Block a user