terminalsecurity/SCP/SCPServer/src/SCPLockNotificationEventHandler.cpp
branchRCL_3
changeset 25 b183ec05bd8c
parent 12 9e9792ae22e3
child 26 19bba8228ff0
--- 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()") ));