Пример #1
0
//-------------------------------------------------------------------------------------------------
inline
Console::~Console()
{
    _destruct_impl();
}
Пример #2
0
/* virtual */
SystemLog::~SystemLog()
{
    write(xT("%s"), _oss.str().c_str());

    _destruct_impl();
}
Пример #3
0
//-------------------------------------------------------------------------------------------------
inline
SocketInit::~SocketInit()
{
    _destruct_impl();
}
Пример #4
0
//-------------------------------------------------------------------------------------------------
IpcSemaphore::~IpcSemaphore()
{
    xTEST_EQ(_isValid(), true);

    _destruct_impl();
}
Пример #5
0
/* virtual */
inline
Process::~Process()
{
    _destruct_impl();
}