tcpiputils/dnd/inc/listener.h
branchRCL_3
changeset 75 c1029e558ef5
parent 58 8d540f55e491
--- a/tcpiputils/dnd/inc/listener.h	Wed Sep 15 13:53:10 2010 +0300
+++ b/tcpiputils/dnd/inc/listener.h	Wed Oct 13 16:17:27 2010 +0300
@@ -414,14 +414,12 @@
 	//	are going to be used.
 	// @param aFlags
 	//	modify the query operation. See KDnsModifier_* symbols.
-	// @aSuffixSupportEnabled
-	//	switch on/off the domain suffix based name resolution support
 	//
 	// @returns
 	// @li	< 0, if load failed (bad query information)
 	// @li	= 0, if query initialized (KErrNone)
 	*/
-	virtual TInt NewQuery(const TDnsMessage &aQuery, TDnsServerScope aServerScope, TUint32 aFlags, TBool aSuffixSupportEnabled) = 0;
+	virtual TInt NewQuery(const TDnsMessage &aQuery, TDnsServerScope aServerScope, TUint32 aFlags) = 0;
 	/**
 	// Cancel query activity
 	//