bearermanagement/mpm/inc/mpmconnmonreqs.h
branchRCL_3
changeset 36 04408506c6e0
parent 0 5a93021fdf25
--- a/bearermanagement/mpm/inc/mpmconnmonreqs.h	Tue May 25 13:08:02 2010 +0300
+++ b/bearermanagement/mpm/inc/mpmconnmonreqs.h	Wed Jun 09 10:07:12 2010 +0300
@@ -46,7 +46,7 @@
         static CMPMConnMonReqs* NewL( CMPMConnMonEvents& aParent,
                                       RConnectionMonitor& aConnMon,
                                       TUint aConnId,
-                                      CMPMServerSession& aSession );
+                                      CMPMServerSession* aSession );
 
         /**
         * Destructor.
@@ -132,7 +132,7 @@
         CMPMConnMonReqs( CMPMConnMonEvents&  aParent,
                          RConnectionMonitor& aConnMon,
                          TUint aConnId, 
-                         CMPMServerSession&  aSession );
+                         CMPMServerSession* aSession );
 
         /**
         * 2nd phase constructor.
@@ -170,9 +170,8 @@
         TConnMonIapInfoBuf iIapBuf;
 
         // MPM server session which requested the service
-        // After service completes callback function is called through 
-        // the reference.
-        CMPMServerSession& iSession;
+        // After service completes callback function is called
+        CMPMServerSession* iSession;
 
         // Used for first session start to wait until necessary data available
         CActiveSchedulerWait iActiveSchedulerWait;