diff -r 13d7c31c74e0 -r b183ec05bd8c terminalsecurity/SCP/SCPServer/src/SCPLockNotificationEventHandler.cpp --- a/terminalsecurity/SCP/SCPServer/src/SCPLockNotificationEventHandler.cpp Thu Aug 19 10:44:50 2010 +0300 +++ b/terminalsecurity/SCP/SCPServer/src/SCPLockNotificationEventHandler.cpp Tue Aug 31 16:04:06 2010 +0300 @@ -46,8 +46,8 @@ ) : CSCPLockEventHandler( aServer ), iQueryState(ESCPLNQueryStateNotification), - iSession (aSession), - iAckReceived (EFalse) + iAckReceived (EFalse), + iSession (aSession) { Dprint( (_L("--> CSCPLockNotificationEventHandler::\ CSCPLockNotificationEventHandler()") ));