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

List of all members.

Public Member Functions

 SetEnumSuffixesCommand (DnsStub &stub, const std::vector< Data > &suffixes)
 ~SetEnumSuffixesCommand ()
void execute ()

Private Attributes

DnsStubmStub
std::vector< DatamEnumSuffixes

Detailed Description

Definition at line 319 of file DnsStub.hxx.


Constructor & Destructor Documentation

resip::DnsStub::SetEnumSuffixesCommand::SetEnumSuffixesCommand ( DnsStub stub,
const std::vector< Data > &  suffixes 
) [inline]

Definition at line 322 of file DnsStub.hxx.

               : mStub(stub),
                 mEnumSuffixes(suffixes)
            {}             
resip::DnsStub::SetEnumSuffixesCommand::~SetEnumSuffixesCommand ( ) [inline]

Definition at line 327 of file DnsStub.hxx.

{}

Member Function Documentation

void resip::DnsStub::SetEnumSuffixesCommand::execute ( ) [inline, virtual]

Implements resip::DnsStub::Command.

Definition at line 328 of file DnsStub.hxx.

References resip::DnsStub::doSetEnumSuffixes(), mEnumSuffixes, and mStub.

            {
               mStub.doSetEnumSuffixes(mEnumSuffixes);
            }

Here is the call graph for this function:


Member Data Documentation

Definition at line 335 of file DnsStub.hxx.

Referenced by execute().

Definition at line 334 of file DnsStub.hxx.

Referenced by execute().


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