diff -r abbed5a4b42a -r 8d540f55e491 networkprotocols/dnsproxy/test/src/hacked_servers.cpp --- a/networkprotocols/dnsproxy/test/src/hacked_servers.cpp Tue Aug 31 16:45:15 2010 +0300 +++ b/networkprotocols/dnsproxy/test/src/hacked_servers.cpp Wed Sep 01 12:33:58 2010 +0100 @@ -70,6 +70,19 @@ TInt BuildServerList(); void AddServerAddress(const TName &aInterface, const TInetAddr &aAddr); void LockByAddress(const TInetAddr &aAddr, TUint32 aNid, TDnsServerFilter &aFilter); + inline virtual void InterfaceSuffixList(TInt aServerId, RInetSuffixList& aSuffixList) + { + //dummy implementation + RInetSuffixList suffixList; + if (aServerId) + aSuffixList = suffixList; + } + inline virtual void UpdateDomain(TDnsServerFilter &aFilter) const + { + //dummy implementation + if (aFilter.iServerId) + return; + } private: // Build and add interface entry to the list (basic operation)