DCL 4.0
Loading...
Searching...
No Matches
XOutputStreamWriter.cpp File Reference

Go to the source code of this file.

Functions

__DCL_BEGIN_NAMESPACE IMPLEMENT_CLASSINFO (XOutputStreamWriter, OutputStreamWriter) void XOutputStreamWriter

Function Documentation

◆ IMPLEMENT_CLASSINFO()

__DCL_BEGIN_NAMESPACE IMPLEMENT_CLASSINFO ( XOutputStreamWriter ,
OutputStreamWriter  )

Definition at line 22 of file XOutputStreamWriter.cpp.

26{
27 Thread::SingleLockMutex lockAndUnlock(__lock);
29}
virtual void close() __DCL_THROWS1(IOException *)
SingleLock< Mutex > SingleLockMutex
Definition Thread.h:403