terminalsecurity/SCP/SCPServer/src/SCPLockNotificationEventHandler.cpp
branchRCL_3
changeset 25 b183ec05bd8c
parent 12 9e9792ae22e3
child 26 19bba8228ff0
equal deleted inserted replaced
24:13d7c31c74e0 25:b183ec05bd8c
    44             CSCPServer* aServer,
    44             CSCPServer* aServer,
    45             CSCPSession* aSession
    45             CSCPSession* aSession
    46             )
    46             )
    47 	        : CSCPLockEventHandler( aServer ),
    47 	        : CSCPLockEventHandler( aServer ),
    48 	        iQueryState(ESCPLNQueryStateNotification),
    48 	        iQueryState(ESCPLNQueryStateNotification),
    49 	        iSession (aSession),
    49 	        iAckReceived (EFalse),
    50 	        iAckReceived (EFalse)
    50 			iSession (aSession)
    51     {
    51     {
    52     Dprint( (_L("--> CSCPLockNotificationEventHandler::\
    52     Dprint( (_L("--> CSCPLockNotificationEventHandler::\
    53 	      CSCPLockNotificationEventHandler()") ));
    53 	      CSCPLockNotificationEventHandler()") ));
    54 	
    54 	
    55     Dprint( (_L("<-- CSCPLockNotificationEventHandler::\
    55     Dprint( (_L("<-- CSCPLockNotificationEventHandler::\