terminalsecurity/SCP/SCPServer/inc/SCPLockSettingEventHandler.h
branchRCL_3
changeset 14 9e9792ae22e3
parent 0 b497e44ab2fc
--- a/terminalsecurity/SCP/SCPServer/inc/SCPLockSettingEventHandler.h	Fri Mar 12 15:46:48 2010 +0200
+++ b/terminalsecurity/SCP/SCPServer/inc/SCPLockSettingEventHandler.h	Mon Mar 15 12:43:15 2010 +0200
@@ -63,14 +63,6 @@
         * Destructor.
         */
         virtual ~CSCPLockSettingEventHandler();
-
-       // New methods  
-       /**
-        * Informs the object that an acknowledgement was received
-        * This method will be used, if the acknowledgement comes in
-        * before the wait is started.
-        */
-        void AckReceived(); 
         
        /**
         * Starts the lock/unlock operation. Must be called for the object
@@ -125,10 +117,6 @@
          TBool iState;
          /** Should Autolock be activated/deactivated on success */
          TBool iAutolock;    
-         /** Is the AO waiting for an acknowledgement to the lock setting call*/
-         TBool iWaitingForAck;
-         /** Has the AO received an acknowledgement already*/
-         TBool iAckReceived;
          /** Has an unlock-message to Autolock been sent*/
          TBool iUnlockSent;
          /** The return status for the message*/