mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
- yhook: move ctor/dtor to cpp
This commit is contained in:
@@ -13,6 +13,28 @@
|
||||
#include "ylogging.h"
|
||||
#include "helper.h"
|
||||
|
||||
//=============================================================================
|
||||
// Constructor & Ceconstructor
|
||||
//=============================================================================
|
||||
CyhookHandler::CyhookHandler()
|
||||
{
|
||||
ContentLength = 0;
|
||||
RangeStart = 0;
|
||||
RangeEnd = -1;
|
||||
cached = false;
|
||||
keep_alive = 0;
|
||||
_outIndent = 0;
|
||||
status = HANDLED_NONE;
|
||||
Method = M_UNKNOWN;
|
||||
httpStatus = HTTP_NIL;
|
||||
outType = plain;
|
||||
LastModified=0;
|
||||
}
|
||||
|
||||
CyhookHandler::~CyhookHandler()
|
||||
{
|
||||
}
|
||||
|
||||
//=============================================================================
|
||||
// Initialization of static variables
|
||||
//=============================================================================
|
||||
|
Reference in New Issue
Block a user