DCL 4.0
Loading...
Searching...
No Matches
HttpStream.cpp File Reference
#include <dcl/Object.h>
#include <dcl/HttpServlet.h>
#include <dcl/HttpStream.h>

Go to the source code of this file.

Macros

#define __DEBUG_THIS   0
#define __DCL_TRACE1_N(fmt, arg)
#define __DCL_TRACE2_N(fmt, arg1, arg2)
#define __DCL_TRACE3_N(fmt, arg1, arg2, arg3)

Functions

__DCL_BEGIN_NAMESPACE IMPLEMENT_CLASSINFO (HttpInputStream, InputStream) HttpInputStream
 IMPLEMENT_CLASSINFO (HttpOutputStream, OutputStream) HttpOutputStream

Macro Definition Documentation

◆ __DCL_TRACE1_N

#define __DCL_TRACE1_N ( fmt,
arg )

Definition at line 17 of file HttpStream.cpp.

◆ __DCL_TRACE2_N

#define __DCL_TRACE2_N ( fmt,
arg1,
arg2 )

Definition at line 18 of file HttpStream.cpp.

◆ __DCL_TRACE3_N

#define __DCL_TRACE3_N ( fmt,
arg1,
arg2,
arg3 )

Definition at line 19 of file HttpStream.cpp.

◆ __DEBUG_THIS

#define __DEBUG_THIS   0

Definition at line 11 of file HttpStream.cpp.

Function Documentation

◆ IMPLEMENT_CLASSINFO() [1/2]

__DCL_BEGIN_NAMESPACE IMPLEMENT_CLASSINFO ( HttpInputStream ,
InputStream  )

Definition at line 29 of file HttpStream.cpp.

34{
35 __DCL_ASSERT(_ctx != NULL);
36 __ctx = _ctx;
37}
#define NULL
Definition Config.h:340
#define __DCL_ASSERT(expr)
Definition Object.h:371

◆ IMPLEMENT_CLASSINFO() [2/2]

IMPLEMENT_CLASSINFO ( HttpOutputStream ,
OutputStream  )

Definition at line 59 of file HttpStream.cpp.

62{
63 __DCL_ASSERT(_ctx != NULL);
64 __ctx = _ctx;
65}