|
reSIProcate/rutil
9694
|
#include <ExternalDns.hxx>


Public Member Functions | |
| ExternalDnsHostResult (hostent *h, void *uData) | |
| ExternalDnsHostResult (long errorCode, void *uData) | |
Public Attributes | |
| hostent * | host |
Definition at line 105 of file ExternalDns.hxx.
| resip::ExternalDnsHostResult::ExternalDnsHostResult | ( | hostent * | h, |
| void * | uData | ||
| ) | [inline] |
Definition at line 108 of file ExternalDns.hxx.
:
ExternalDnsResult(uData),
host(h)
{}
| resip::ExternalDnsHostResult::ExternalDnsHostResult | ( | long | errorCode, |
| void * | uData | ||
| ) | [inline] |
Definition at line 112 of file ExternalDns.hxx.
: ExternalDnsResult(errorCode, uData) {}
| hostent* resip::ExternalDnsHostResult::host |
Definition at line 114 of file ExternalDns.hxx.
1.7.5.1