rtsecuritymanager/rtsecuritymanagerserver/inc/rtsecmgrscriptmanager.h
changeset 18 a7062f7f0b79
parent 0 99ef825efeca
equal deleted inserted replaced
15:947415ec7603 18:a7062f7f0b79
   139 	 * @param aPermDenied TPermGrant permanently denied permission
   139 	 * @param aPermDenied TPermGrant permanently denied permission
   140 	 * 
   140 	 * 
   141 	 */
   141 	 */
   142 	void UpdatePermGrantL(TExecutableID aExecID, TPermGrant aPermGrant,
   142 	void UpdatePermGrantL(TExecutableID aExecID, TPermGrant aPermGrant,
   143 			TPermGrant aPermDenied);
   143 			TPermGrant aPermDenied);
       
   144 	
       
   145 	/**
       
   146      * Updates permanently granted or denied permission data
       
   147      * of the script
       
   148      * 
       
   149      * @param aExecID    TExecutableID script identifier
       
   150      * @param aPermGrant TPermGrant permanently allowed permission
       
   151      * @param aPermDenied TPermGrant permanently denied permission
       
   152      * 
       
   153      */
       
   154     void UpdatePermGrantL(TExecutableID aExecID, RProviderArray aAllowedProviders,
       
   155             RProviderArray aDeniedProviders);
   144 
   156 
   145 	/**
   157 	/**
   146 	 * Gets the script file name
   158 	 * Gets the script file name
   147 	 * 
   159 	 * 
   148 	 * @param aExecID 	 TExecutableID script identifier
   160 	 * @param aExecID 	 TExecutableID script identifier