|
reSIProcate/rutil
9694
|


Public Member Functions | |
| ClearDnsCacheCommand (DnsStub &stub) | |
| ~ClearDnsCacheCommand () | |
| void | execute () |
Private Attributes | |
| DnsStub & | mStub |
Definition at line 340 of file DnsStub.hxx.
| resip::DnsStub::ClearDnsCacheCommand::ClearDnsCacheCommand | ( | DnsStub & | stub | ) | [inline] |
Definition at line 343 of file DnsStub.hxx.
: mStub(stub) {}
| resip::DnsStub::ClearDnsCacheCommand::~ClearDnsCacheCommand | ( | ) | [inline] |
Definition at line 346 of file DnsStub.hxx.
{}
| void resip::DnsStub::ClearDnsCacheCommand::execute | ( | ) | [inline, virtual] |
Implements resip::DnsStub::Command.
Definition at line 347 of file DnsStub.hxx.
References resip::DnsStub::doClearDnsCache(), and mStub.
{
mStub.doClearDnsCache();
}

Definition at line 353 of file DnsStub.hxx.
Referenced by execute().
1.7.5.1