diff -r 504e41245867 -r 007508d6e57b terminalsecurity/SCP/SCPClient/inc/SCPLockObserver.h --- a/terminalsecurity/SCP/SCPClient/inc/SCPLockObserver.h Wed Apr 14 16:50:34 2010 +0300 +++ b/terminalsecurity/SCP/SCPClient/inc/SCPLockObserver.h Tue Apr 27 17:31:13 2010 +0300 @@ -27,6 +27,11 @@ NONSHARABLE_CLASS(CSCPLockObserver): public CActive { public: + enum TCurrCallStatus { + EInProgress = 34221, + EEnded + }; + /** * Creates instance of the CLockObserver class. * @@ -77,8 +82,10 @@ private: // data CSCPQueryDialog* iDialog; //not owned! RProperty iProperty; - TBool iSubscribedToEvent; TInt iType; //Type of the observer + TBool iInformCallEnding; + TInt iSubscribedToEvent; + TInt iPrevCallState; }; #endif