--- a/bearermanagement/mpm/inc/mpmserver.h Wed Oct 27 17:43:56 2010 +0300
+++ b/bearermanagement/mpm/inc/mpmserver.h Wed Oct 27 17:51:11 2010 +0300
@@ -671,6 +671,13 @@
static TInt StartForcedRoamingToConnectedWlanL( TAny* aUpdater );
/**
+ * Send preferred IAP notification for each session
+ *
+ * @since 5.2
+ */
+ void SendPrefIAPNotificationL();
+
+ /**
* Starts forced roaming sequence from WLAN if necessary
*
* @param aIapInfo Info about available IAPs
@@ -1013,7 +1020,10 @@
TConnMonIapInfo iConnMonIapInfo;
// Connection permission query cancellation delay timer
- CMPMConnPermQueryTimer* iConnPermQueryTimer;
+ CMPMConnPermQueryTimer* iConnPermQueryTimer;
+
+ // Component which initiated sending preferred IAP notifications
+ TPrefIAPNotifCaller iCaller;
};
#include "mpmserver.inl"