cellular/telephonysettings/inc/PSetCallDivertingBase.h
branchRCL_3
changeset 19 7d48bed6ce0c
parent 0 ff3b6d0fd310
child 20 987c9837762f
--- a/cellular/telephonysettings/inc/PSetCallDivertingBase.h	Thu Aug 19 10:28:14 2010 +0300
+++ b/cellular/telephonysettings/inc/PSetCallDivertingBase.h	Tue Aug 31 15:45:17 2010 +0300
@@ -24,10 +24,10 @@
 #include <badesca.h>
 #include <mmretrieve.h>
 #include <ctsydomaincrkeys.h>
-#include "MCallDiverting.h"
-#include "MSSSettingsObserver.h"
+#include "mcalldiverting.h" 
+#include "msssettingsobserver.h" 
 #include "nwdefs.h"             
-#include "PsetConstants.h"
+#include "psetconstants.h" 
 
 // CLASS DECLARATION
 class MPsetDivertObserver;
@@ -66,7 +66,11 @@
         ~CPSetCallDivertingBase();
    
     public: // From base class.
-            
+        /**
+         * @see MCallDiverting.
+         */
+        void SetRequestObserver( MPsetRequestObserver* aObs );
+
         /**
         * @see MCallDiverting.
         */ 
@@ -111,11 +115,6 @@
         
         /**
         * @see MCallDiverting.
-        */ 
-        TInt OpenVmbxLC( TDes& aTelNumber, RVmbxNumber& aVmbx );
-        
-        /**
-        * @see MCallDiverting.
         */
         TInt GetNumbersFromSharedDataL( TInt aType, 
                                 CDesC16ArrayFlat& aArray );        
@@ -244,12 +243,12 @@
         /**
         * @see CActive::RunL().
         */
-        void RunL();
+        virtual void RunL();
            
         /**
         * @see CActive::DoCancel().
         */
-        void DoCancel();
+        virtual void DoCancel();
            
         /**
         * @see MSSSettingsObserver::PhoneSettingChanged().