#include <oscl_dns_param.h>
Inheritance diagram for GetHostByNameParam:
Public Types | |
enum | { addressListCapacity = 10 } |
Public Methods | |
void | Destroy () |
~GetHostByNameParam () | |
void | PersistHostAddress (const OsclNetworkAddress &addr) |
bool | canPersistMoreHostAddresses () |
Static Public Methods | |
GetHostByNameParam * | Create (const char *name, OsclNetworkAddress *&addr, Oscl_Vector< OsclNetworkAddress, OsclMemAllocator > *aAddressList) |
Data Fields | |
char * | iName |
OsclNetworkAddress * | iAddr |
Oscl_Vector< OsclNetworkAddress, OsclMemAllocator > * | iAddressList |
|
|
|
|
|
|
|
|
|
Implements DNSRequestParam. |
|
|
|
|
|
|
|
|