diff -r 13d7c31c74e0 -r b183ec05bd8c terminalsecurity/SCP/SCPClient/inc/SCPLockObserver.h --- 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