diff -r abbed5a4b42a -r 8d540f55e491 tcpiputils/dnd/inc/listener.h --- a/tcpiputils/dnd/inc/listener.h Tue Aug 31 16:45:15 2010 +0300 +++ b/tcpiputils/dnd/inc/listener.h Wed Sep 01 12:33:58 2010 +0100 @@ -414,12 +414,14 @@ // 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) = 0; + virtual TInt NewQuery(const TDnsMessage &aQuery, TDnsServerScope aServerScope, TUint32 aFlags, TBool aSuffixSupportEnabled) = 0; /** // Cancel query activity //