DCL 4.0
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#undef __THIS_FILE__
13static const char_t __THIS_FILE__[] = __T("dcl/InputStream.cpp");
14
16
17size_t InputStream::available() const
19{
20 return 0;
21}
22
23void InputStream::close()
25{
26
27}
28
29__DCL_END_NAMESPACE
#define __THIS_FILE__
Definition _trace.h:14
wchar_t char_t
Definition Config.h:275
#define __DCL_THROWS1(e)
Definition Config.h:167
#define IMPLEMENT_CLASSINFO(class_name, base_class_name)
Definition Object.h:228
#define __T(str)
Definition Object.h:44