diff -r bb2423252ea3 -r c1029e558ef5 networkprotocols/dnsproxy/test/src/hacked_servers.cpp --- a/networkprotocols/dnsproxy/test/src/hacked_servers.cpp Wed Sep 15 13:53:10 2010 +0300 +++ b/networkprotocols/dnsproxy/test/src/hacked_servers.cpp Wed Oct 13 16:17:27 2010 +0300 @@ -70,19 +70,6 @@ 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)