phoneapp/phoneuistates/inc/cphonesinglecall.h
branchRCL_3
changeset 61 41a7f70b3818
parent 58 40a3f856b14d
child 62 5266b1f337bd
--- a/phoneapp/phoneuistates/inc/cphonesinglecall.h	Thu Aug 19 09:54:27 2010 +0300
+++ b/phoneapp/phoneuistates/inc/cphonesinglecall.h	Tue Aug 31 15:14:29 2010 +0300
@@ -65,11 +65,6 @@
             
         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:
 
@@ -87,19 +82,13 @@
         IMPORT_C virtual void ConstructL();
 
         /**
-        * Open menu bar
-        */
-        IMPORT_C virtual void OpenMenuBarL();
-
-        /**
         * Returns call identifier of the call this state is associated with.
         * @return   Call identifier.
         */
         IMPORT_C TInt CallId() const;
-        
     private:
     
-    	void OpenVideoCallMenuBarL();
+        void OpenVideoCallMenuBarL();
     
         void HandleHeldL( TInt aCallId );
         
@@ -112,14 +101,10 @@
         void DisplayIncomingCallL( 
             TInt aCallId, 
             const TPhoneCmdParamBoolean aCommandParam );
-
-        void CallFromNewCallQueryL();
         
-        void HandleDialingL( TInt aCallId );
-        
-        void SetCallResumeL();
-        
-        void SetCallHoldL();
+        void HandleDiallingL( TInt aCallId );
+                
+        void DisplayCallSetupL( TInt aCallId );
         
         void SwitchToVideoL();
         
@@ -137,4 +122,4 @@
 
 #endif // CPHONESINGLECALL_H
 
-// End of File
\ No newline at end of file
+// End of File