terminalsecurity/SCP/SCPClient/inc/SCPLockObserver.h
branchRCL_3
changeset 25 b183ec05bd8c
parent 23 4af31167ea77
child 26 19bba8228ff0
--- a/terminalsecurity/SCP/SCPClient/inc/SCPLockObserver.h	Thu Aug 19 10:44:50 2010 +0300
+++ b/terminalsecurity/SCP/SCPClient/inc/SCPLockObserver.h	Tue Aug 31 16:04:06 2010 +0300
@@ -27,11 +27,6 @@
 NONSHARABLE_CLASS(CSCPLockObserver): public CActive
     {
     public:
-        enum TCurrCallStatus {
-            EInProgress = 34221,
-            EEnded
-        };
-        
 		/**
         * Creates instance of the CLockObserver class.
         *
@@ -77,16 +72,13 @@
     private: // from CActive
          /** @see CActive::RunL() */
 		void RunL();
-		TInt RunError(TInt aError);
 		/** @see CActive::DoCancel() */
         void DoCancel();
     private: // data
         CSCPQueryDialog*      iDialog; //not owned!
         RProperty            iProperty;
+        TBool				 iSubscribedToEvent;
         TInt                 iType; //Type of the observer
-        TBool                iInformCallEnding;
-        TInt                 iSubscribedToEvent;
-        TInt                 iPrevCallState;
     };
 
 #endif