cellular/telephonysettings/inc/MCallDiverting.h
changeset 15 d7fc66ccd6fb
parent 12 ae8abd0db65c
--- a/cellular/telephonysettings/inc/MCallDiverting.h	Fri Apr 16 15:31:58 2010 +0300
+++ b/cellular/telephonysettings/inc/MCallDiverting.h	Mon May 03 13:01:45 2010 +0300
@@ -29,12 +29,10 @@
 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.
@@ -114,16 +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.
-        */ 
-        // <-- QT PHONE START-->
-        //virtual TInt OpenVmbxLC( TDes& aTelNumber, RVmbxNumber& aVmbx ) = 0;
-        // <-- QT PHONE END-->
         /*
         * Virtual destructor. 
         */