satengine/SatServer/Commands/SetUpCallCmd/inc/CSetUpCallHandler.h
changeset 31 a2467631ae02
parent 19 e44a8c097b15
--- a/satengine/SatServer/Commands/SetUpCallCmd/inc/CSetUpCallHandler.h	Fri Jun 11 14:07:16 2010 +0300
+++ b/satengine/SatServer/Commands/SetUpCallCmd/inc/CSetUpCallHandler.h	Wed Jun 23 18:49:32 2010 +0300
@@ -67,21 +67,6 @@
     */
     void SetupCallRequestComplete( const TInt aErrCode );
 
-    /**
-    * TSetupCallStatus
-    * setup call status, when there is an asynchronous
-    * operation is handling by the CSetupCallCallRequestHandler
-    * we will save some status information
-    */
-    enum TSetupCallStatus
-        {
-        ESetupCallIdle = 0,
-        ESetupCallDialWaiting,
-        ESetupCallTerminateWaiting,
-        ESetupCallEmergencyWaiting
-        };
-    
-    
 protected:
 
 // from base class CActive
@@ -252,11 +237,6 @@
     TBool iCallControlActive;
 
     /**
-     * Dial completion status
-     */
-    TInt iSetUpCallStatus;
-
-    /**
      * wait scheduler
      */
     CActiveSchedulerWait iWait;