|
reSIProcate/rutil
9694
|


Public Member Functions | |
| QueryCommand (const Data &target, int proto, DnsResultSink *sink, DnsStub &stub) | |
| ~QueryCommand () | |
| void | execute () |
Private Attributes | |
| Data | mTarget |
| int | mProto |
| DnsResultSink * | mSink |
| DnsStub & | mStub |
Definition at line 290 of file DnsStub.hxx.
| resip::DnsStub::QueryCommand< QueryType >::QueryCommand | ( | const Data & | target, |
| int | proto, | ||
| DnsResultSink * | sink, | ||
| DnsStub & | stub | ||
| ) | [inline] |
| resip::DnsStub::QueryCommand< QueryType >::~QueryCommand | ( | ) | [inline] |
Definition at line 303 of file DnsStub.hxx.
{}
| void resip::DnsStub::QueryCommand< QueryType >::execute | ( | ) | [inline, virtual] |
Implements resip::DnsStub::Command.
Definition at line 305 of file DnsStub.hxx.
References resip::DnsStub::QueryCommand< QueryType >::mProto, resip::DnsStub::QueryCommand< QueryType >::mSink, resip::DnsStub::QueryCommand< QueryType >::mStub, resip::DnsStub::QueryCommand< QueryType >::mTarget, and resip::DnsStub::query().

int resip::DnsStub::QueryCommand< QueryType >::mProto [private] |
Definition at line 312 of file DnsStub.hxx.
Referenced by resip::DnsStub::QueryCommand< QueryType >::execute().
DnsResultSink* resip::DnsStub::QueryCommand< QueryType >::mSink [private] |
Definition at line 313 of file DnsStub.hxx.
Referenced by resip::DnsStub::QueryCommand< QueryType >::execute().
DnsStub& resip::DnsStub::QueryCommand< QueryType >::mStub [private] |
Definition at line 314 of file DnsStub.hxx.
Referenced by resip::DnsStub::QueryCommand< QueryType >::execute().
Data resip::DnsStub::QueryCommand< QueryType >::mTarget [private] |
Definition at line 311 of file DnsStub.hxx.
Referenced by resip::DnsStub::QueryCommand< QueryType >::execute().
1.7.5.1