mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +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
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:
@@ -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__
|
||||
|
Reference in New Issue
Block a user