diff -r b183ec05bd8c -r 19bba8228ff0 terminalsecurity/SCP/SCPServer/src/SCPLockNotificationEventHandler.cpp --- a/terminalsecurity/SCP/SCPServer/src/SCPLockNotificationEventHandler.cpp Tue Aug 31 16:04:06 2010 +0300 +++ b/terminalsecurity/SCP/SCPServer/src/SCPLockNotificationEventHandler.cpp Wed Sep 01 12:27:42 2010 +0100 @@ -46,8 +46,8 @@ ) : CSCPLockEventHandler( aServer ), iQueryState(ESCPLNQueryStateNotification), - iAckReceived (EFalse), - iSession (aSession) + iSession (aSession), + iAckReceived (EFalse) { Dprint( (_L("--> CSCPLockNotificationEventHandler::\ CSCPLockNotificationEventHandler()") ));