|
Squid Web Cache master
|
#include <CommCalls.h>
Public Types | |
| typedef CommAcceptCbParams | Params |
| typedef RefCount< CommAcceptCbPtrFun > | Pointer |
Public Member Functions | |
| CommAcceptCbPtrFun (IOACB *aHandler, const CommAcceptCbParams &aParams) | |
| CommAcceptCbPtrFun (const CommAcceptCbPtrFun &o) | |
| void | dial () |
| void | print (std::ostream &os) const override |
Public Attributes | |
| IOACB * | handler |
| Params | params |
Definition at line 194 of file CommCalls.h.
Definition at line 198 of file CommCalls.h.
Definition at line 199 of file CommCalls.h.
| CommAcceptCbPtrFun::CommAcceptCbPtrFun | ( | IOACB * | aHandler, |
| const CommAcceptCbParams & | aParams | ||
| ) |
Definition at line 143 of file CommCalls.cc.
| CommAcceptCbPtrFun::CommAcceptCbPtrFun | ( | const CommAcceptCbPtrFun & | o | ) |
Definition at line 150 of file CommCalls.cc.
| void CommAcceptCbPtrFun::dial | ( | ) |
Definition at line 157 of file CommCalls.cc.
References handler, and CommDialerParamsT< CommAcceptCbParams >::params.
|
overridevirtual |
Implements CallDialer.
Definition at line 163 of file CommCalls.cc.
References CommDialerParamsT< CommAcceptCbParams >::params, and CommAcceptCbParams::print().
| IOACB* CommAcceptCbPtrFun::handler |
Definition at line 209 of file CommCalls.h.
Referenced by dial().
|
inherited |
Definition at line 149 of file CommCalls.h.