Vidalia 0.2.12
|
#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 |
||
) |
ControlCommand SendCommandEvent::command | ( | ) | [inline] |
Returns the control command to send to Tor.
Definition at line 51 of file SendCommandEvent.h.
References _cmd.
Referenced by ControlSocket::customEvent().
SendWaiter* SendCommandEvent::waiter | ( | ) | [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().
ControlCommand SendCommandEvent::_cmd [private] |
Command to send to Tor.
Definition at line 56 of file SendCommandEvent.h.
Referenced by command(), and SendCommandEvent().
SendWaiter* SendCommandEvent::_waiter [private] |
SendWaiter for the result of this event.
Definition at line 57 of file SendCommandEvent.h.
Referenced by SendCommandEvent(), and waiter().