diff -r 7e41d162e158 -r abbed5a4b42a tcpiputils/dnd/inc/listener.h --- a/tcpiputils/dnd/inc/listener.h Thu Aug 19 11:25:30 2010 +0300 +++ b/tcpiputils/dnd/inc/listener.h Tue Aug 31 16:45:15 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 //