wim/WimServer/src/WimServer.cpp
changeset 42 82671cd8994b
parent 14 b75757c81051
equal deleted inserted replaced
41:5b698dd6e75a 42:82671cd8994b
   484             break;
   484             break;
   485             }
   485             }
   486 
   486 
   487         case ESetApplicability:         //lint -fallthrough
   487         case ESetApplicability:         //lint -fallthrough
   488         case ESetTrust:                 //lint -fallthrough
   488         case ESetTrust:                 //lint -fallthrough
   489         case ESetDefaultTrustSettings:  //lint -fallthrough
       
   490         case ERemoveTrustSettings:
   489         case ERemoveTrustSettings:
   491             {
   490             {
   492             if ( ResolveTrustModficationReqL( aMsg, usage ))
   491             if ( ResolveTrustModficationReqL( aMsg, usage ))
   493                 {
   492                 {
   494                 test = CheckWriteCapsForUsage( aMsg, usage );
   493                 test = CheckWriteCapsForUsage( aMsg, usage );
   495                 }
   494                 }
   496             break;
   495             break;
   497             }
   496             }
   498 
   497 
       
   498         case ESetDefaultTrustSettings:
       
   499             {
       
   500             _WIMTRACE( _L("CWimServer::CustomSecurityCheckL, ESetDefaultTrustSettings exception") );
       
   501             if ( ResolveTrustModficationReqL( aMsg, usage ))
       
   502                 {
       
   503                 test = CheckReadCapsForUsage( aMsg, usage );
       
   504                 }
       
   505             }
       
   506             break;
       
   507             
   499         case EExportPublicKey:
   508         case EExportPublicKey:
   500             {
   509             {
   501             ResolveExportPublicReqL( aMsg, usage );
   510             ResolveExportPublicReqL( aMsg, usage );
   502             test = CheckReadCapsForUsage( aMsg, usage );
   511             test = CheckReadCapsForUsage( aMsg, usage );
   503             break;
   512             break;