8#if __DCL_HAVE_ALLOC_DEBUG
9#undef __DCL_ALLOC_LEVEL
10#define __DCL_ALLOC_LEVEL __DCL_ALLOC_INTERNAL
36Writer& XFileWriter::write(
const wchar_t* _buf,
size_t _n)
44int XFileWriter::vprintf(
const wchar_t* _format, va_list _arglist)
48 return FileWriter::vprintf(_format, _arglist);
#define IMPLEMENT_CLASSINFO(class_name, base_class_name)
virtual void close() __DCL_THROWS1(IOException *)
virtual Writer & write(const wchar_t *_buf, size_t _n) __DCL_THROWS1(IOException *)
virtual void flush() __DCL_THROWS1(IOException *)
SingleLock< Mutex > SingleLockMutex