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


Origin commit data
------------------
Branch: ni/coolstream
Commit: 32c7517141
Author: yjogol <yjogol2@online.de>
Date: 2010-02-24 (Wed, 24 Feb 2010)



------------------
This commit was generated by Migit
This commit is contained in:
yjogol
2010-02-24 16:16:10 +00:00
parent 36f906afc0
commit 1bdb085424
191 changed files with 8063 additions and 4185 deletions

View File

@@ -12,6 +12,7 @@
#define __yhttpd_h__
// system
#include <signal.h>
#include <stdlib.h>
// yhttpd
#include "yconfig.h"
#include "ytypes_globals.h"
@@ -22,7 +23,7 @@
class Cyhttpd
{
private:
CWebserver *webserver; // Aggregation of Webserver (now: only one)
CWebserver *webserver; // Aggregation of Webserver (now: only one)
public:
bool flag_threading_off; // switch of Connection Threading
@@ -45,6 +46,7 @@ public:
void hooks_attach(); // Add a Hook-Class to HookList
void hooks_detach(); // Remove a Hook-Class from HookList
void ReadConfig(void); // Read the config file for the webserver
void ReadLanguage(void); // Read Language Files
};
#endif // __yhttpd_h__