DCL 3.7.4
Loading...
Searching...
No Matches
InputStream.cpp
Go to the documentation of this file.
1
2#include <dcl/Object.h>
3#include <dcl/InputStream.h>
4
5#if __DCL_HAVE_ALLOC_DEBUG
6#undef __DCL_ALLOC_LEVEL
7#define __DCL_ALLOC_LEVEL __DCL_ALLOC_INTERNAL
8#endif
9
10__DCL_BEGIN_NAMESPACE
11
12#if __DCL_HAVE_THIS_FILE__
13#undef __THIS_FILE__
14static const char_t __UNUSED__ __THIS_FILE__[] = __T("dcl/InputStream.cpp");
15#endif
16
18
19size_t InputStream::available() const
21{
22 return 0;
23}
24
25void InputStream::close()
27{
28
29}
30
31__DCL_END_NAMESPACE
#define __THIS_FILE__
Definition _trace.h:14
#define __UNUSED__
Definition Config.h:341
wchar_t char_t
Definition Config.h:247
#define __DCL_THROWS1(e)
Definition Config.h:152
#define IMPLEMENT_CLASSINFO(class_name, base_class_name)
Definition Object.h:245
#define __T(str)
Definition Object.h:60