locationtriggering/ltcontainer/inc/lbtcontainerutilities.h
branchRCL_3
changeset 13 9c303455e256
parent 0 667063e416a2
equal deleted inserted replaced
12:5944cae565c9 13:9c303455e256
   114 		 * Applies the security policy on the supplied UID values and checks if it suffices
   114 		 * Applies the security policy on the supplied UID values and checks if it suffices
   115 		 * the security policy 
   115 		 * the security policy 
   116 		 * 
   116 		 * 
   117 		 * @return ETrue if the UIDs suffices the security polity, EFalse otherwise
   117 		 * @return ETrue if the UIDs suffices the security polity, EFalse otherwise
   118 		 */
   118 		 */
   119 		static TBool LbtContainerUtilities::RunSecurityPolicy( TUid& aOwnerUid,
   119 		static TBool RunSecurityPolicy( TUid& aOwnerUid,
   120 															   TUid& aManagerUid,
   120 															   TUid& aManagerUid,
   121 															   TSecureId& aStartupProcessUid,
   121 															   TSecureId& aStartupProcessUid,
   122 															   TLbtSecurityPolicy& aSecurityPolicy );
   122 															   TLbtSecurityPolicy& aSecurityPolicy );
   123 	};
   123 	};
   124 
   124