From 962f875cd48a42cb69855ba05b979aa4a50ca2a2 Mon Sep 17 00:00:00 2001 From: Janne Koskinen Date: Mon, 26 Oct 2009 14:24:35 +0200 Subject: Emulator IAP fix for Symbian Don't display multiple useless IAP dialogs in the emulator environment. If you need specific IAP then you need to revert this commit. Reviewed-by: Aleksandar Babic --- examples/network/qftp/sym_iap_util.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/network/qftp/sym_iap_util.h b/examples/network/qftp/sym_iap_util.h index ebeae0a..9b4128c 100644 --- a/examples/network/qftp/sym_iap_util.h +++ b/examples/network/qftp/sym_iap_util.h @@ -501,10 +501,14 @@ static void qt_SetDefaultIapL() static int qt_SetDefaultIap() { +#ifndef __WINS__ TRAPD(err1, qt_SetDefaultIapL()); // TRAPD(err2, qt_InterfaceInfoL()); // TRAPD(err3, qt_RouteInfoL()); return err1; +#else + return 0; // IAP dialog not required for emulator +#endif } #endif // QSYM_IAP_UTIL_H -- cgit v0.12