rtsecuritymanager/rtsecuritymanagerclient/inc/rtsecmgrclient.h
changeset 10 a7062f7f0b79
parent 0 99ef825efeca
equal deleted inserted replaced
5:947415ec7603 10:a7062f7f0b79
   330 	 *					 system wide error codes
   330 	 *					 system wide error codes
   331 	 * 
   331 	 * 
   332 	 */
   332 	 */
   333 	TInt UpdatePermGrant(TExecutableID aScriptID, TPermGrant aPermGrant,
   333 	TInt UpdatePermGrant(TExecutableID aScriptID, TPermGrant aPermGrant,
   334 			TPermGrant aPermDenied) const;
   334 			TPermGrant aPermDenied) const;
       
   335 	
       
   336 	/**
       
   337      * Updates the blanket permission data of the script
       
   338      * 
       
   339      * @param aScriptID TExecutableID Identifier of the scipt
       
   340      * @param aAllowedProviders RProviderArray   Blanket allowed providers
       
   341      * @param aDeniedProviders RProviderArray  Blanket denied providers
       
   342      * 
       
   343      * @return KErrNone if update of blanket permission successul; Otherwise one of
       
   344      *                   system wide error codes
       
   345      * 
       
   346      */
       
   347 	TInt UpdatePermGrant(TExecutableID aScriptID, RProviderArray aAllowedProviders, RProviderArray aDeniedProviders) const;
   335 
   348 
   336 	
   349 	
   337 private:
   350 private:
   338 	
   351 	
   339 	//CEikonEnv* iEnv;	
   352 	//CEikonEnv* iEnv;