|
reSIProcate/rutil
9694
|


Public Member Functions | |
| SetEnumSuffixesCommand (DnsStub &stub, const std::vector< Data > &suffixes) | |
| ~SetEnumSuffixesCommand () | |
| void | execute () |
Private Attributes | |
| DnsStub & | mStub |
| std::vector< Data > | mEnumSuffixes |
Definition at line 319 of file DnsStub.hxx.
| 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.
{}
| 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);
}

std::vector<Data> resip::DnsStub::SetEnumSuffixesCommand::mEnumSuffixes [private] |
Definition at line 335 of file DnsStub.hxx.
Referenced by execute().
Definition at line 334 of file DnsStub.hxx.
Referenced by execute().
1.7.5.1