terminalsecurity/SCP/SCPServer/src/SCPLockNotificationEventHandler.cpp
branchRCL_3
changeset 26 19bba8228ff0
parent 25 b183ec05bd8c
equal deleted inserted replaced
25:b183ec05bd8c 26:19bba8228ff0
    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 	        iAckReceived (EFalse),
    49 	        iSession (aSession),
    50 			iSession (aSession)
    50 	        iAckReceived (EFalse)
    51     {
    51     {
    52     Dprint( (_L("--> CSCPLockNotificationEventHandler::\
    52     Dprint( (_L("--> CSCPLockNotificationEventHandler::\
    53 	      CSCPLockNotificationEventHandler()") ));
    53 	      CSCPLockNotificationEventHandler()") ));
    54 	
    54 	
    55     Dprint( (_L("<-- CSCPLockNotificationEventHandler::\
    55     Dprint( (_L("<-- CSCPLockNotificationEventHandler::\