terminalsecurity/server/src/TerminalControlServer.cpp
branchRCL_3
changeset 26 19bba8228ff0
parent 25 b183ec05bd8c
equal deleted inserted replaced
25:b183ec05bd8c 26:19bba8228ff0
  1193         
  1193         
  1194     User::LeaveIfError( iSCPClient.SetParamValue( ESCPCodeChangePolicy/*RTerminalControl3rdPartySession::EPasscodePolicy*/
  1194     User::LeaveIfError( iSCPClient.SetParamValue( ESCPCodeChangePolicy/*RTerminalControl3rdPartySession::EPasscodePolicy*/
  1195             ,policySet, this->Message().SecureId().iId));
  1195             ,policySet, this->Message().SecureId().iId));
  1196     }
  1196     }
  1197 
  1197 
       
  1198 void CTerminalControlServer :: ResetParametersL(TInt32 aAppID) {
       
  1199     RDEBUG("CTerminalControlServer::ResetParametersL >>>");
       
  1200     RArray <TUid> lAppIdArray;
       
  1201     CleanupClosePushL(lAppIdArray);
       
  1202     lAppIdArray.AppendL(TUid :: Uid(aAppID));
       
  1203     User :: LeaveIfError(iSCPClient.PerformCleanupL(lAppIdArray));
       
  1204     CleanupStack :: PopAndDestroy(1); //lAppIdArray
       
  1205     RDEBUG("CTerminalControlServer::ResetParametersL <<<");
       
  1206 }
  1198 // ----------------------------------------------------------------------------------------
  1207 // ----------------------------------------------------------------------------------------
  1199 // End of file
  1208 // End of file