terminalsecurity/server/src/TerminalControlServer.cpp
branchRCL_3
changeset 61 b183ec05bd8c
parent 59 13d7c31c74e0
child 62 19bba8228ff0
equal deleted inserted replaced
59:13d7c31c74e0 61:b183ec05bd8c
  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 }
       
  1207 // ----------------------------------------------------------------------------------------
  1198 // ----------------------------------------------------------------------------------------
  1208 // End of file
  1199 // End of file