DCL 4.0
Loading...
Searching...
No Matches
Reader.cpp
Go to the documentation of this file.
1#include <dcl/Reader.h>
2
3#if __DCL_DEBUG
4#undef __THIS_FILE__
5static const char_t __THIS_FILE__[] = __T("dcl/Reader.cpp");
6#endif
7
8__DCL_BEGIN_NAMESPACE
9
11
12void Reader::close()
13{
14}
15
16__DCL_END_NAMESPACE
#define __THIS_FILE__
Definition _trace.h:14
wchar_t char_t
Definition Config.h:275
#define IMPLEMENT_CLASSINFO(class_name, base_class_name)
Definition Object.h:228
#define __T(str)
Definition Object.h:44