diff -r 947415ec7603 -r a7062f7f0b79 rtsecuritymanager/rtsecuritymanagerserver/inc/rtsecmgrserver.inl --- a/rtsecuritymanager/rtsecuritymanagerserver/inc/rtsecmgrserver.inl Fri Jul 03 15:51:30 2009 +0100 +++ b/rtsecuritymanager/rtsecuritymanagerserver/inc/rtsecmgrserver.inl Thu Sep 10 12:58:32 2009 +0300 @@ -78,6 +78,12 @@ iScriptMgr->UpdatePermGrantL (aExecID, aPermGrant, aPermDenied); } +inline void CRTSecMgrServer::UpdatePermGrantL(TExecutableID aExecID, + RProviderArray aAllowedProviders,RProviderArray aDeniedProviders) + { + iScriptMgr->UpdatePermGrantL (aExecID, aAllowedProviders, aDeniedProviders); + } + inline TInt CRTSecMgrServer::ReadCounter(TExecutableID& aExecID) { return iSecMgrDb->ReadCounter (aExecID);