diff -r 4af31167ea77 -r 13d7c31c74e0 terminalsecurity/server/src/TerminalControlServer.cpp --- a/terminalsecurity/server/src/TerminalControlServer.cpp Thu Jul 15 19:36:11 2010 +0300 +++ b/terminalsecurity/server/src/TerminalControlServer.cpp Thu Aug 19 10:44:50 2010 +0300 @@ -1195,5 +1195,14 @@ ,policySet, this->Message().SecureId().iId)); } +void CTerminalControlServer :: ResetParametersL(TInt32 aAppID) { + RDEBUG("CTerminalControlServer::ResetParametersL >>>"); + RArray lAppIdArray; + CleanupClosePushL(lAppIdArray); + lAppIdArray.AppendL(TUid :: Uid(aAppID)); + User :: LeaveIfError(iSCPClient.PerformCleanupL(lAppIdArray)); + CleanupStack :: PopAndDestroy(1); //lAppIdArray + RDEBUG("CTerminalControlServer::ResetParametersL <<<"); +} // ---------------------------------------------------------------------------------------- // End of file