From 8ae3dc75da18d720ea6fb03b4cfc2b80be9d59b8 Mon Sep 17 00:00:00 2001 From: liyu Date: Sun, 9 Oct 2022 19:45:34 +0800 Subject: [PATCH 1/2] * export Change-Id: I1b4ef71345b29e0793b764ec780393e1a7c7ad8f Signed-off-by: liyu --- interfaces/innerkits/samgr_proxy/include/iservice_registry.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interfaces/innerkits/samgr_proxy/include/iservice_registry.h b/interfaces/innerkits/samgr_proxy/include/iservice_registry.h index caf8c3db..8f1b125a 100644 --- a/interfaces/innerkits/samgr_proxy/include/iservice_registry.h +++ b/interfaces/innerkits/samgr_proxy/include/iservice_registry.h @@ -62,7 +62,7 @@ private: static std::mutex serviceRegistryLock_; }; -class SystemAbilityManagerClient { +class OHOS_EXPORT SystemAbilityManagerClient { public: static SystemAbilityManagerClient& GetInstance(); @@ -85,4 +85,4 @@ private: }; } // namespace OHOS -#endif // ZIPC_SERVICE_REGISTRY_INCLUDE_H \ No newline at end of file +#endif // ZIPC_SERVICE_REGISTRY_INCLUDE_H -- Gitee From 089a2c5bef7d3dec5dcaa867949d8295f431f7fd Mon Sep 17 00:00:00 2001 From: liyu Date: Sun, 9 Oct 2022 19:45:34 +0800 Subject: [PATCH 2/2] * copyright Change-Id: I3ff0c0efb821e42a9beab59c68bedf63d717a82c Signed-off-by: liyu --- interfaces/innerkits/samgr_proxy/include/iservice_registry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/innerkits/samgr_proxy/include/iservice_registry.h b/interfaces/innerkits/samgr_proxy/include/iservice_registry.h index 8f1b125a..ee611c56 100644 --- a/interfaces/innerkits/samgr_proxy/include/iservice_registry.h +++ b/interfaces/innerkits/samgr_proxy/include/iservice_registry.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at -- Gitee