diff -r 06f47423ecee -r 9e9792ae22e3 terminalsecurity/SCP/SCPServer/src/SCPSession.cpp --- a/terminalsecurity/SCP/SCPServer/src/SCPSession.cpp Fri Mar 12 15:46:48 2010 +0200 +++ b/terminalsecurity/SCP/SCPServer/src/SCPSession.cpp Mon Mar 15 12:43:15 2010 +0200 @@ -181,7 +181,7 @@ Dprint( (_L("CSCPSession::AcknowledgeOperation( %d ): \ Lock-op acknowledged"), aCommand )); iLockCommandState = ESCPLockCmdStateInProgressAcknowledged; - iSettingHandler->AckReceived(); + iNotificationHandler->AckReceived(); ret = ETrue; break; @@ -435,7 +435,7 @@ // (because DOS lock won't be disabled) if ( ( aLocked ) || ( ( !IsSMSLockActiveL() ) && ( !IsAutolockActive() ) ) ) { - iNotificationHandler = CSCPLockNotificationEventHandler::NewL( &iServer ); + iNotificationHandler = CSCPLockNotificationEventHandler::NewL( &iServer, this ); } #endif // WINS