summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_regular/include/policy/cache_manager.h
diff options
context:
space:
mode:
authorRomanReznichenkoLuxoft <85177915+RomanReznichenkoLuxoft@users.noreply.github.com>2022-03-29 17:01:04 +0300
committerGitHub <noreply@github.com>2022-03-29 10:01:04 -0400
commitb30f01258aeea4ec4c9cde22e942f091ade1cbfb (patch)
treed2a31b7e12de7b8b698f6d8699b43e4135a6ebf7 /src/components/policy/policy_regular/include/policy/cache_manager.h
parent1c79adc004203d7819d938a9046970bd242a6eac (diff)
downloadsdl_core-b30f01258aeea4ec4c9cde22e942f091ade1cbfb.tar.gz
Add missed locks (#3890)
Co-authored-by: OlhaVorobiova <olha.vorobiova@dxc.com>
Diffstat (limited to 'src/components/policy/policy_regular/include/policy/cache_manager.h')
-rw-r--r--src/components/policy/policy_regular/include/policy/cache_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/policy/policy_regular/include/policy/cache_manager.h b/src/components/policy/policy_regular/include/policy/cache_manager.h
index 473caef145..2f19da13b5 100644
--- a/src/components/policy/policy_regular/include/policy/cache_manager.h
+++ b/src/components/policy/policy_regular/include/policy/cache_manager.h
@@ -988,8 +988,8 @@ class CacheManager : public CacheManagerInterface {
BackgroundBackuper* backuper_;
const PolicySettings* settings_;
-#ifdef BUILD_TESTS
friend class AccessRemoteImpl;
+#ifdef BUILD_TESTS
FRIEND_TEST(AccessRemoteImplTest, CheckModuleType);
FRIEND_TEST(AccessRemoteImplTest, EnableDisable);
FRIEND_TEST(AccessRemoteImplTest, GetGroups);