cellular/telephonysettings/inc/MCallDiverting.h
changeset 12 ae8abd0db65c
parent 0 ff3b6d0fd310
child 15 d7fc66ccd6fb
--- a/cellular/telephonysettings/inc/MCallDiverting.h	Tue Feb 02 01:11:09 2010 +0200
+++ b/cellular/telephonysettings/inc/MCallDiverting.h	Fri Mar 19 09:40:14 2010 +0200
@@ -29,7 +29,13 @@
 class MCallDiverting
     {
     public:
-
+// <-- QT PHONE START -->
+        /**
+         * Sets observer which informs when request is completed
+         */
+        virtual void SetRequestObserver( MPsetRequestObserver* aObs ) = 0;
+// <-- QT PHONE END -->
+    
         /**
         * Sets diverting to the network.
         * 
@@ -115,8 +121,9 @@
         * @param aVmbx vmbx connection.
         * @return used vmbx number.
         */ 
-        virtual TInt OpenVmbxLC( TDes& aTelNumber, RVmbxNumber& aVmbx ) = 0;
-        
+        // <-- QT PHONE START-->
+        //virtual TInt OpenVmbxLC( TDes& aTelNumber, RVmbxNumber& aVmbx ) = 0;
+        // <-- QT PHONE END-->
         /*
         * Virtual destructor. 
         */