reSIProcate/rutil  9694
Public Member Functions | Private Attributes
resip::DnsStub::ClearDnsCacheCommand Class Reference
Inheritance diagram for resip::DnsStub::ClearDnsCacheCommand:
Inheritance graph
[legend]
Collaboration diagram for resip::DnsStub::ClearDnsCacheCommand:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ClearDnsCacheCommand (DnsStub &stub)
 ~ClearDnsCacheCommand ()
void execute ()

Private Attributes

DnsStubmStub

Detailed Description

Definition at line 340 of file DnsStub.hxx.


Constructor & Destructor Documentation

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.

{}

Member Function Documentation

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();
            }

Here is the call graph for this function:


Member Data Documentation

Definition at line 353 of file DnsStub.hxx.

Referenced by execute().


The documentation for this class was generated from the following file: