cellular/telephonysettings/inc/MCallDiverting.h
branchRCL_3
changeset 19 7d48bed6ce0c
parent 0 ff3b6d0fd310
child 20 987c9837762f
--- a/cellular/telephonysettings/inc/MCallDiverting.h	Thu Aug 19 10:28:14 2010 +0300
+++ b/cellular/telephonysettings/inc/MCallDiverting.h	Tue Aug 31 15:45:17 2010 +0300
@@ -29,7 +29,11 @@
 class MCallDiverting
     {
     public:
-
+        /**
+         * Sets observer which informs when request is completed
+         */
+        virtual void SetRequestObserver( MPsetRequestObserver* aObs ) = 0;
+    
         /**
         * Sets diverting to the network.
         * 
@@ -108,15 +112,6 @@
         */
         virtual TInt SaveKey( TUint32 aKeyId, const TDesC& aKeyValue ) = 0;
         
-        /**
-        * Opens Vmbx connection. Leaves vmbx to the stack. 
-        * 
-        * @param aTelNumber vmbx number.
-        * @param aVmbx vmbx connection.
-        * @return used vmbx number.
-        */ 
-        virtual TInt OpenVmbxLC( TDes& aTelNumber, RVmbxNumber& aVmbx ) = 0;
-        
         /*
         * Virtual destructor. 
         */