From 3597d8cb717acc31c9f2e8ac256dbe88ae030b19 Mon Sep 17 00:00:00 2001 From: Gabriele Contini <contini.mailing@gmail.com> Date: 周日, 22 3月 2020 11:51:31 +0800 Subject: [PATCH] improve documentation --- src/library/hw_identifier/hw_identifier.hpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/library/hw_identifier/hw_identifier.hpp b/src/library/hw_identifier/hw_identifier.hpp index 56d3716..c2738b9 100644 --- a/src/library/hw_identifier/hw_identifier.hpp +++ b/src/library/hw_identifier/hw_identifier.hpp @@ -50,8 +50,8 @@ HwIdentifier(const std::string ¶m); virtual ~HwIdentifier(); HwIdentifier(const HwIdentifier &other); - void set_identification_strategy(LCC_API_IDENTIFICATION_STRATEGY strategy); - LCC_API_IDENTIFICATION_STRATEGY get_identification_strategy() const; + void set_identification_strategy(LCC_API_HW_IDENTIFICATION_STRATEGY strategy); + LCC_API_HW_IDENTIFICATION_STRATEGY get_identification_strategy() const; void set_use_environment_var(bool use_env_var); void set_virtual_environment(os::VIRTUALIZATION virtualization); void set_virtualization(os::VIRTUALIZATION_DETAIL virtualization_detail); -- Gitblit v1.9.1