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

List of all members.

Public Member Functions

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

Private Attributes

DnsStubmStub

Detailed Description

Definition at line 358 of file DnsStub.hxx.


Constructor & Destructor Documentation

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.

{}

Member Function Documentation

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

Here is the call graph for this function:


Member Data Documentation

Definition at line 371 of file DnsStub.hxx.

Referenced by execute().


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