alwayson_net_plugin/pdpcontextmanager2/inc/maosettings.h
changeset 3 f7816ffc66ed
parent 0 5a93021fdf25
equal deleted inserted replaced
2:086aae6fc07e 3:f7816ffc66ed
    89      * @param aIapId Iap id of the connection.
    89      * @param aIapId Iap id of the connection.
    90      * @since 3.2
    90      * @since 3.2
    91      * @return TInt
    91      * @return TInt
    92      */
    92      */
    93     virtual TInt LingerTimerValue( const TUint aIapId ) const = 0;
    93     virtual TInt LingerTimerValue( const TUint aIapId ) const = 0;
       
    94     
       
    95     /**
       
    96      * Checks whether user allows cellular connections
       
    97      * or not.
       
    98      *
       
    99      * @since 5.1
       
   100      * @return ETrue if cellular connections are allowed,
       
   101      *         EFalse otherwise.
       
   102      */
       
   103      virtual TBool IsCellularAllowedByUser() const = 0;
    94         
   104         
    95 protected:
   105 protected:
    96 
   106 
    97     /**
   107     /**
    98      * Prohibit destruction
   108      * Prohibit destruction