From 8e1bdfdca2ad2157fd74cedc1a6768a1b1c0849d Mon Sep 17 00:00:00 2001
From: gcontini <1121667+gcontini@users.noreply.github.com>
Date: 周日, 09 2月 2020 04:48:55 +0800
Subject: [PATCH] identifiers next work

---
 src/library/pc_identifier/default_strategy.hpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/library/pc_identifier/default_strategy.hpp b/src/library/pc_identifier/default_strategy.hpp
index b0cda7c..cefb9f8 100644
--- a/src/library/pc_identifier/default_strategy.hpp
+++ b/src/library/pc_identifier/default_strategy.hpp
@@ -10,6 +10,7 @@
 #include "identification_strategy.hpp"
 
 namespace license {
+namespace pc_identifier {
 
 class DefaultStrategy : public IdentificationStrategy {
 public:
@@ -20,7 +21,7 @@
 	virtual std::vector<PcIdentifier> alternative_ids() const;
 	virtual LCC_EVENT_TYPE validate_identifier(const PcIdentifier &identifier) const;
 };
-
+}  // namespace pc_identifier
 } /* namespace license */
 
 #endif /* SRC_LIBRARY_PC_IDENTIFIER_DEFAULT_STRATEGY_HPP_ */

--
Gitblit v1.9.1