#include <RPCChannel.h>
List of all members.
Member Enumeration Documentation
- Enumerator:
| RRPError |
|
| RRPChildWins |
|
| RRPParentWins |
|
Constructor & Destructor Documentation
| mozilla::ipc::RPCChannel::RPCChannel |
( |
RPCListener * |
aListener |
) |
|
| virtual mozilla::ipc::RPCChannel::~RPCChannel |
( |
|
) |
[virtual] |
Member Function Documentation
| bool mozilla::ipc::RPCChannel::BlockChild |
( |
|
) |
|
| void mozilla::ipc::RPCChannel::Clear |
( |
|
) |
[virtual] |
| void mozilla::ipc::RPCChannel::FlushPendingRPCQueue |
( |
|
) |
|
If there is a pending RPC message, process all pending messages.
- Note:
- This method is used on Windows when we detect that an outbound OLE RPC call is being made to unblock the parent.
| bool mozilla::ipc::RPCChannel::IsOnCxxStack |
( |
|
) |
const [inline] |
| virtual void mozilla::ipc::RPCChannel::OnChannelError |
( |
|
) |
[virtual] |
| virtual void mozilla::ipc::RPCChannel::OnMessageReceived |
( |
const Message & |
msg |
) |
[virtual] |
| virtual bool mozilla::ipc::RPCChannel::OnSpecialMessage |
( |
uint16 |
id, |
|
|
const Message & |
msg | |
|
) |
| | [virtual] |
| virtual bool mozilla::ipc::RPCChannel::Send |
( |
Message * |
msg |
) |
[virtual] |
| bool mozilla::ipc::RPCChannel::UnblockChild |
( |
|
) |
|
Friends And Related Function Documentation
friend class CxxStackFrame [friend] |
The documentation for this class was generated from the following file: