#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 592 of file HttpServlet.cpp.
◆ IMPLEMENT_CLASSINFO() [1/3]
◆ IMPLEMENT_CLASSINFO() [2/3]
Definition at line 89 of file HttpServlet.cpp.
95{
99
101 __headerFlushed = false;
102
103 __SAPI = _SAPI;
104 __context = _context;
105}
#define __DCL_ASSERT(expr)
◆ IMPLEMENT_CLASSINFO() [3/3]
Definition at line 55 of file HttpServlet.cpp.
62{
63
64
65 m_pfnReportError = pfnErrorReport;
66 m_hErrorWriter = hErrorReport;
67 m_pAltOutput = pAltOutput;
68}