#include <dcl/Config.h>
#include <pthread.h>
#include <dcl/Object.h>
#include <dcl/Files.h>
#include <dcl/Writer.h>
#include <dcl/Exception.h>
#include <dcl/HttpServlet.h>
#include <dcl/Charset.h>
#include <dcl/XFileWriter.h>
Go to the source code of this file.
◆ __WSTR
Value:s ? UTF8Decoder::decode(s, ByteString::length(s)) : String()
Definition at line 593 of file HttpServlet.cpp.
◆ IMPLEMENT_CLASSINFO() [1/3]
◆ IMPLEMENT_CLASSINFO() [2/3]
Definition at line 86 of file HttpServlet.cpp.
92{
96
98 __headerFlushed = false;
99
100 __SAPI = _SAPI;
101 __context = _context;
102}
#define __DCL_ASSERT(expr)
◆ IMPLEMENT_CLASSINFO() [3/3]
Definition at line 55 of file HttpServlet.cpp.
62{
63
64
65 __pfnReportError = pfnErrorReport;
66 __hErrorWriter = hErrorReport;
67 __pAltOutput = pAltOutput;
68}