networkprotocols/dnsproxy/test/src/hacked_servers.cpp
branchRCL_3
changeset 75 c1029e558ef5
parent 58 8d540f55e491
--- 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)