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:
Definition at line 42 of file pipeproxy.cpp.
anonymous enum [private] |
RpcProxy::RpcProxy | ( | ) | [inline] |
RpcProxy::~RpcProxy | ( | ) | [inline] |
Definition at line 61 of file pipeproxy.cpp.
void RpcProxy::MainLoop | ( | ) | [inline] |
KdRpcDispatcher RpcProxy::m_Client [private] |
Definition at line 47 of file pipeproxy.cpp.
char* RpcProxy::m_pBuf1 [private] |
Definition at line 49 of file pipeproxy.cpp.
PipeServer<true, false> RpcProxy::m_Server [private] |
Definition at line 46 of file pipeproxy.cpp.