Public Member Functions | |
RpcProxy () | |
~RpcProxy () | |
void | MainLoop () |
Private Types | |
enum | { TEMP_BUF_SIZE = 262144 } |
Private Attributes | |
PipeServer< true, false > | m_Server |
KdRpcDispatcher | m_Client |
char * | m_pBuf1 |
The RpcProxy class implements a Named Pipe Proxy functionality to simplify debugging. A typical call sequence with RpcProxy enabled is the following:
RpcProxy::RpcProxy | ( | ) | [inline] |
RpcProxy::~RpcProxy | ( | ) | [inline] |
void RpcProxy::MainLoop | ( | ) | [inline] |
KdRpcDispatcher RpcProxy::m_Client [private] |
char* RpcProxy::m_pBuf1 [private] |
PipeServer<true, false> RpcProxy::m_Server [private] |