terminalsecurity/SCP/SCPClient/inc/SCPLockObserver.h
branchRCL_3
changeset 15 007508d6e57b
parent 2 5594fba90824
child 23 4af31167ea77
--- 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