terminalsecurity/SCP/SCPServer/src/SCPLockNotificationEventHandler.cpp
changeset 24 bf47f3b79154
parent 22 19fb38abab1d
--- a/terminalsecurity/SCP/SCPServer/src/SCPLockNotificationEventHandler.cpp	Fri Apr 16 15:52:47 2010 +0300
+++ b/terminalsecurity/SCP/SCPServer/src/SCPLockNotificationEventHandler.cpp	Mon May 03 13:19:46 2010 +0300
@@ -46,8 +46,8 @@
             )
 	        : CSCPLockEventHandler( aServer ),
 	        iQueryState(ESCPLNQueryStateNotification),
-	        iSession (aSession),
-	        iAckReceived (EFalse)
+	        iAckReceived (EFalse),
+			iSession (aSession)
     {
     Dprint( (_L("--> CSCPLockNotificationEventHandler::\
 	      CSCPLockNotificationEventHandler()") ));
@@ -213,7 +213,7 @@
         {
         case ( ESCPLNQueryStateNotification ):
             {                        
-            // Event received
+            // Event received from Session, queryAdminCmd
              if (iAckReceived)
                  {
                  VerifyPass();