|
reSIProcate/rutil
9694
|


Public Member Functions | |
| LogDnsCacheCommand (DnsStub &stub) | |
| ~LogDnsCacheCommand () | |
| void | execute () |
Private Attributes | |
| DnsStub & | mStub |
Definition at line 358 of file DnsStub.hxx.
| resip::DnsStub::LogDnsCacheCommand::LogDnsCacheCommand | ( | DnsStub & | stub | ) | [inline] |
Definition at line 361 of file DnsStub.hxx.
: mStub(stub) {}
| resip::DnsStub::LogDnsCacheCommand::~LogDnsCacheCommand | ( | ) | [inline] |
Definition at line 364 of file DnsStub.hxx.
{}
| void resip::DnsStub::LogDnsCacheCommand::execute | ( | ) | [inline, virtual] |
Implements resip::DnsStub::Command.
Definition at line 365 of file DnsStub.hxx.
References resip::DnsStub::doLogDnsCache(), and mStub.
{
mStub.doLogDnsCache();
}

DnsStub& resip::DnsStub::LogDnsCacheCommand::mStub [private] |
Definition at line 371 of file DnsStub.hxx.
Referenced by execute().
1.7.5.1