Vidalia
0.2.21
|
#include <SendCommandEvent.h>
Classes | |
class | SendWaiter |
Public Member Functions | |
SendCommandEvent (const ControlCommand &cmd, SendWaiter *w=0) | |
ControlCommand | command () |
SendWaiter * | waiter () |
Private Attributes | |
ControlCommand | _cmd |
SendWaiter * | _waiter |
Definition at line 27 of file SendCommandEvent.h.
SendCommandEvent::SendCommandEvent | ( | const ControlCommand & | cmd, |
SendWaiter * | w = 0 |
||
) |
|
inline |
Returns the control command to send to Tor.
Definition at line 51 of file SendCommandEvent.h.
References _cmd.
Referenced by ControlSocket::customEvent().
|
inline |
Returns a SendWaiter (if any) for the result of this send.
Definition at line 53 of file SendCommandEvent.h.
References _waiter.
Referenced by ControlSocket::customEvent().
|
private |
Command to send to Tor.
Definition at line 56 of file SendCommandEvent.h.
Referenced by command(), and SendCommandEvent().
|
private |
SendWaiter for the result of this event.
Definition at line 57 of file SendCommandEvent.h.
Referenced by SendCommandEvent(), and waiter().