#include <reporter.h>
Public Member Functions | |
KdClientStatus * | GetStatusPointer () |
Returns a pointer to the KdClientStatus structure. | |
StatusReporter () | |
~StatusReporter () | |
void | LogLineIfEnabled (const TCHAR *pszText) |
Private Member Functions | |
void | DoLogLine (const TCHAR *pszText) |
Private Attributes | |
HANDLE | m_hMapping |
HANDLE | m_hLogPipe |
KdClientStatus * | m_pStatus |
KdClientStatus | m_UnusedStatus |
Definition at line 14 of file reporter.h.
StatusReporter::StatusReporter | ( | ) |
Definition at line 12 of file reporter.cpp.
StatusReporter::~StatusReporter | ( | ) |
Definition at line 38 of file reporter.cpp.
void StatusReporter::DoLogLine | ( | const TCHAR * | pszText | ) | [private] |
Definition at line 49 of file reporter.cpp.
KdClientStatus* StatusReporter::GetStatusPointer | ( | ) | [inline] |
Returns a pointer to the KdClientStatus structure.
Definition at line 32 of file reporter.h.
void StatusReporter::LogLineIfEnabled | ( | const TCHAR * | pszText | ) | [inline] |
HANDLE StatusReporter::m_hLogPipe [private] |
Definition at line 18 of file reporter.h.
HANDLE StatusReporter::m_hMapping [private] |
Definition at line 17 of file reporter.h.
KdClientStatus* StatusReporter::m_pStatus [private] |
Definition at line 19 of file reporter.h.
KdClientStatus StatusReporter::m_UnusedStatus [private] |
Definition at line 21 of file reporter.h.