From 146abbf23316ba6c331e9f5db1facdcaf244070b Mon Sep 17 00:00:00 2001 From: puhui Date: Tue, 18 Jan 2022 22:33:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BC=96=E7=A8=8B=E8=A7=84?= =?UTF-8?q?=E8=8C=83=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: puhui --- .../include/authentication/dm_auth_manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/devicemanagerservice/include/authentication/dm_auth_manager.h b/services/devicemanagerservice/include/authentication/dm_auth_manager.h index 054ffe07..2ea42c9b 100644 --- a/services/devicemanagerservice/include/authentication/dm_auth_manager.h +++ b/services/devicemanagerservice/include/authentication/dm_auth_manager.h @@ -122,7 +122,7 @@ class DmAuthManager final : public ISoftbusSessionCallback, public std::enable_shared_from_this { public: DmAuthManager(std::shared_ptr softbusConnector, - std::shared_ptr listener, + std::shared_ptr listener, std::shared_ptr hiChainConnector_); ~DmAuthManager(); int32_t AuthenticateDevice(const std::string &pkgName, int32_t authType, const std::string &deviceId,