phoneapp/phoneuistates/inc/cphonesinglecall.h
branchRCL_3
changeset 58 40a3f856b14d
parent 0 5f000ab63145
child 61 41a7f70b3818
--- a/phoneapp/phoneuistates/inc/cphonesinglecall.h	Thu Jul 15 18:38:16 2010 +0300
+++ b/phoneapp/phoneuistates/inc/cphonesinglecall.h	Thu Aug 19 09:54:27 2010 +0300
@@ -65,6 +65,11 @@
             
         IMPORT_C virtual TBool HandleCommandL( TInt aCommand );
 
+        /**
+        * This function is called from displaycallsetup and 
+        * the purpose is to do state specific things for callsetup.
+        */
+        IMPORT_C virtual void DoStateSpecificCallSetUpDefinitionsL();
 
     protected:
 
@@ -91,6 +96,7 @@
         * @return   Call identifier.
         */
         IMPORT_C TInt CallId() const;
+        
     private:
     
     	void OpenVideoCallMenuBarL();
@@ -109,9 +115,7 @@
 
         void CallFromNewCallQueryL();
         
-        void HandleDiallingL( TInt aCallId );
-                
-        void DisplayCallSetupL( TInt aCallId );
+        void HandleDialingL( TInt aCallId );
         
         void SetCallResumeL();