bearermanagement/mpm/inc/mpmconnmonevents.h
branchRCL_3
changeset 36 04408506c6e0
parent 15 4dc3bb0099b0
child 45 4c83dcfb6f1a
equal deleted inserted replaced
26:0a9e01492035 36:04408506c6e0
    94     public:    // Constructors and destructor
    94     public:    // Constructors and destructor
    95     
    95     
    96         /**
    96         /**
    97         * Two-phased constructor.
    97         * Two-phased constructor.
    98         */
    98         */
    99         static CMPMConnMonEvents* NewL( CMPMServer& aServer, 
    99         static CMPMConnMonEvents* NewL( CMPMServer& aServer );
   100                                         CMPMServerSession& aSession );
       
   101 
   100 
   102         /**
   101         /**
   103         * Destructor.
   102         * Destructor.
   104         */
   103         */
   105         virtual ~CMPMConnMonEvents();
   104         virtual ~CMPMConnMonEvents();
   241         /**
   240         /**
   242         * Cancels WLANNetworks request towards Connection monitor.
   241         * Cancels WLANNetworks request towards Connection monitor.
   243         * @param aSession Pointer to session
   242         * @param aSession Pointer to session
   244         * @since 3.1
   243         * @since 3.1
   245         */
   244         */
   246         void CancelScanL( CMPMServerSession& aSession );
   245         void CancelScanL( CMPMServerSession* aSession );
   247 
   246 
   248         /**
   247         /**
   249         * Gets the presumed Iap Id of Connection Id.
   248         * Gets the presumed Iap Id of Connection Id.
   250         * @since 3.2
   249         * @since 3.2
   251         * @param aConnId Connection Id
   250         * @param aConnId Connection Id
   317         CMPMConnMonEvents( CMPMServer& aServer );
   316         CMPMConnMonEvents( CMPMServer& aServer );
   318 
   317 
   319         /**
   318         /**
   320         * 2nd phase constructor.
   319         * 2nd phase constructor.
   321         */
   320         */
   322         void ConstructL( CMPMServerSession& aSession );
   321         void ConstructL();
   323 
   322 
   324     private: // Data
   323     private: // Data
   325         // Handle to connection monitor
   324         // Handle to connection monitor
   326         RConnectionMonitor              iConnMon;
   325         RConnectionMonitor              iConnMon;
   327 
   326