diff options
| author | pixel <pixel> | 2004-11-27 21:46:02 +0000 | 
|---|---|---|
| committer | pixel <pixel> | 2004-11-27 21:46:02 +0000 | 
| commit | ae2779e504ca5ae11a87e047b4536a5f428cce4d (patch) | |
| tree | 19604ce1873e9cc98be9b840b894cb7eae341532 /include/HttpServ.h | |
| parent | 583964f9f8e954eb57b31663065c5b9e833d045e (diff) | |
Large dos2unix commit...
Diffstat (limited to 'include/HttpServ.h')
| -rw-r--r-- | include/HttpServ.h | 60 | 
1 files changed, 30 insertions, 30 deletions
| diff --git a/include/HttpServ.h b/include/HttpServ.h index e704814..fc58246 100644 --- a/include/HttpServ.h +++ b/include/HttpServ.h @@ -1,30 +1,30 @@ -#ifndef __HTTPSERV_H__
 -#define __HTTPSERV_H__
 -
 -#include <Socket.h>
 -#include <BString.h>
 -#include <Variables.h>
 -#include <Action.h>
 -#include <Task.h>
 -#include <Exceptions.h>
 -
 -class HttpServ : public Task {
 -  public:
 -      HttpServ(Action *, int = 1500, const String & = String("GruiK Server v0.1")) throw (GeneralException);
 -      virtual ~HttpServ();
 -    void SetMenu(Action *);
 -    virtual String GetName();
 -
 -  protected:
 -    virtual int Do() throw (GeneralException);
 -
 -  private:
 -    Socket Listener;
 -    Action * p;
 -    String name;
 -    int localport;
 -};
 -
 -extern String endhl, endnl;
 -
 -#endif
 +#ifndef __HTTPSERV_H__ +#define __HTTPSERV_H__ + +#include <Socket.h> +#include <BString.h> +#include <Variables.h> +#include <Action.h> +#include <Task.h> +#include <Exceptions.h> + +class HttpServ : public Task { +  public: +      HttpServ(Action *, int = 1500, const String & = String("GruiK Server v0.1")) throw (GeneralException); +      virtual ~HttpServ(); +    void SetMenu(Action *); +    virtual String GetName(); + +  protected: +    virtual int Do() throw (GeneralException); + +  private: +    Socket Listener; +    Action * p; +    String name; +    int localport; +}; + +extern String endhl, endnl; + +#endif | 
