diff -r bb2423252ea3 -r c1029e558ef5 tcpiputils/dnd/inc/servers.h --- a/tcpiputils/dnd/inc/servers.h Wed Sep 15 13:53:10 2010 +0300 +++ b/tcpiputils/dnd/inc/servers.h Wed Oct 13 16:17:27 2010 +0300 @@ -59,7 +59,6 @@ TUint32 iLockId; //< Eligible severs must be from "locked" scope TUint8 iLockType; //< Locked scope level [1,,16] TDnsServerScope iServerScope:8; //< Server scope and type - THostName iDomainName; //< Domain name of the query for interface selection }; class MDnsServerListNotify @@ -174,19 +173,6 @@ // @param aFilter the server filter to modify */ virtual void LockByAddress(const TInetAddr &aAddr, TUint32 aNid, TDnsServerFilter &aFilter) = 0; - - /** - // @brief Retrieves the domain suffix list set on the interface associated with the connection - // @param aServerId The id of the server associated with the connection - // @param aSuffixList reference to array for reading the interface specific domain suffices - */ - virtual void InterfaceSuffixList(TInt aServerId, RInetSuffixList& aSuffixList) = 0; - /** - // @brief Modifies the outbound query properties so that the interface associated - // with the query supports the domain name of the query - // @param aFilter Reference to server properties associated with the query - */ - virtual void UpdateDomain(TDnsServerFilter &aFilter) const = 0; }; class CDndEngine;