cellular/telephonysettings/inc/MCallDiverting.h
changeset 15 d7fc66ccd6fb
parent 12 ae8abd0db65c
equal deleted inserted replaced
13:e32024264ebb 15:d7fc66ccd6fb
    27  *  @since S60 v5.1
    27  *  @since S60 v5.1
    28  */
    28  */
    29 class MCallDiverting
    29 class MCallDiverting
    30     {
    30     {
    31     public:
    31     public:
    32 // <-- QT PHONE START -->
       
    33         /**
    32         /**
    34          * Sets observer which informs when request is completed
    33          * Sets observer which informs when request is completed
    35          */
    34          */
    36         virtual void SetRequestObserver( MPsetRequestObserver* aObs ) = 0;
    35         virtual void SetRequestObserver( MPsetRequestObserver* aObs ) = 0;
    37 // <-- QT PHONE END -->
       
    38     
    36     
    39         /**
    37         /**
    40         * Sets diverting to the network.
    38         * Sets diverting to the network.
    41         * 
    39         * 
    42         * @param aDivert New divert settings.
    40         * @param aDivert New divert settings.
   112         * Saves a single value to central repository. Make sure that repository
   110         * Saves a single value to central repository. Make sure that repository
   113         * is open before calling this function.
   111         * is open before calling this function.
   114         */
   112         */
   115         virtual TInt SaveKey( TUint32 aKeyId, const TDesC& aKeyValue ) = 0;
   113         virtual TInt SaveKey( TUint32 aKeyId, const TDesC& aKeyValue ) = 0;
   116         
   114         
   117         /**
       
   118         * Opens Vmbx connection. Leaves vmbx to the stack. 
       
   119         * 
       
   120         * @param aTelNumber vmbx number.
       
   121         * @param aVmbx vmbx connection.
       
   122         * @return used vmbx number.
       
   123         */ 
       
   124         // <-- QT PHONE START-->
       
   125         //virtual TInt OpenVmbxLC( TDes& aTelNumber, RVmbxNumber& aVmbx ) = 0;
       
   126         // <-- QT PHONE END-->
       
   127         /*
   115         /*
   128         * Virtual destructor. 
   116         * Virtual destructor. 
   129         */ 
   117         */ 
   130         virtual ~MCallDiverting() {};
   118         virtual ~MCallDiverting() {};
   131     };
   119     };