|
Squid Web Cache master
|
#include <CommCalls.h>
Public Types | |
| typedef CommTimeoutCbParams | Params |
Public Member Functions | |
| CommTimeoutCbPtrFun (CTCB *aHandler, const Params &aParams) | |
| void | dial () |
| void | print (std::ostream &os) const override |
Public Attributes | |
| CTCB * | handler |
| Params | params |
Definition at line 260 of file CommCalls.h.
Definition at line 264 of file CommCalls.h.
Definition at line 240 of file CommCalls.cc.
| void CommTimeoutCbPtrFun::dial | ( | ) |
Definition at line 248 of file CommCalls.cc.
References handler, and CommDialerParamsT< CommTimeoutCbParams >::params.
|
overridevirtual |
Implements CallDialer.
Definition at line 254 of file CommCalls.cc.
References CommDialerParamsT< CommTimeoutCbParams >::params, and CommCommonCbParams::print().
| CTCB* CommTimeoutCbPtrFun::handler |
Definition at line 272 of file CommCalls.h.
Referenced by dial().
|
inherited |
Definition at line 149 of file CommCalls.h.