bearermanagement/mpm/src/mpmconnmonreqs.cpp
branchRCL_3
changeset 58 83ca720e2b9a
parent 57 05bc53fe583b
child 62 bb1f80fb7db2
--- a/bearermanagement/mpm/src/mpmconnmonreqs.cpp	Tue Aug 31 15:35:44 2010 +0300
+++ b/bearermanagement/mpm/src/mpmconnmonreqs.cpp	Wed Sep 01 12:23:51 2010 +0100
@@ -56,9 +56,7 @@
                                  RConnectionMonitor& aConnMon,
                                  TUint aConnId, 
                                  CMPMServerSession* aSession )
-    : CActive(CActive::EPriorityStandard),
-      iNextState( EGetIapAvailState ),
-      iLastCancelCode( 0 ),
+    : CActive(CActive::EPriorityStandard), 
       iParent(aParent), 
       iConnMon(aConnMon), 
       iConnId(aConnId), 
@@ -349,12 +347,6 @@
                         //
                         iParent.IapAvailabilityChange( EConnMon );
                         }
-
-                    if ( iParent.AvailabilityNotificationDiscarded() )
-                        {
-                        MPMLOGSTRING( "CMPMConnMonReqs::RunL: AvailabilityNotificationDiscarded, roaming logic triggered" )
-                        iParent.IapAvailabilityChange( EConnMonEvent );
-                        }
                     }
                 // check which callback function to use
                 //