rtsecuritymanager/rtsecuritymanagerserver/inc/rtsecmgrserver.h
changeset 18 a7062f7f0b79
parent 10 e20d19ef9b09
equal deleted inserted replaced
15:947415ec7603 18:a7062f7f0b79
   274 	 */
   274 	 */
   275 	void UpdatePermGrantL(TExecutableID aExecID, TPermGrant aPermGrant,
   275 	void UpdatePermGrantL(TExecutableID aExecID, TPermGrant aPermGrant,
   276 			TPermGrant aPermDenied);
   276 			TPermGrant aPermDenied);
   277 	
   277 	
   278 	/*
   278 	/*
       
   279      * Utility method to update the permanently allowed or denied
       
   280      * permissions for the script object
       
   281      * 
       
   282      * @param aExecID TExecutableID script identifier of script object whose
       
   283      * permanent permissions are modified
       
   284      * @param aPermGrant TPermGrant  permanently allowed permissions
       
   285      * @param aPermDenied TPermGrant permanently denied permissions
       
   286      * 
       
   287      */
       
   288     void UpdatePermGrantL(TExecutableID aExecID, RProviderArray aAllowedProviders,
       
   289             RProviderArray aDeniedProviders);
       
   290 	/*
   279 	 * Utility method to create a backup for the policy file
   291 	 * Utility method to create a backup for the policy file
   280 	 * 
   292 	 * 
   281 	 * @param aPolicyID TPolicyID policy identifier for the file
   293 	 * @param aPolicyID TPolicyID policy identifier for the file
   282 	 * getting backed up
   294 	 * getting backed up
   283 	 * @return KErrNone if backupfile is successsfully created
   295 	 * @return KErrNone if backupfile is successsfully created