#include <tunnel.h>

Public Member Functions | |
| virtual void | invoke () |
| R | tunnel (Tunnel *tunnel, bool sync=false) |
| virtual void SigCX::TunnelCallback1< R, P1 >::invoke | ( | ) | [inline, virtual] |
| R SigCX::TunnelCallback1< R, P1 >::tunnel | ( | Tunnel * | tunnel, | |
| bool | sync = false | |||
| ) | [inline] |
Tunnel the invocation of this callback.
| tunnel | The tunnel to use. This may be 0, if the callback should be invoked without tunneling. | |
| sync | If true, wait for callback to terminate. |
true, otherwise undefined.
1.5.5