From 497745ad31c90545b288e2845049e0ce474bcbe2 Mon Sep 17 00:00:00 2001
From: gcontini <1121667+gcontini@users.noreply.github.com>
Date: 周六, 19 10月 2019 10:10:45 +0800
Subject: [PATCH] Merge branch 'feature/code_review_and_refactor' into develop

---
 src/library/locate/ApplicationFolder.hpp |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/src/library/locate/ApplicationFolder.hpp b/src/library/locate/ApplicationFolder.hpp
new file mode 100644
index 0000000..649d8da
--- /dev/null
+++ b/src/library/locate/ApplicationFolder.hpp
@@ -0,0 +1,28 @@
+/*
+ * ApplicationFolder.h
+ *
+ *  Created on: Oct 6, 2019
+ *      Author: devel
+ */
+
+#ifndef SRC_LIBRARY_RETRIEVERS_APPLICATIONFOLDER_H_
+#define SRC_LIBRARY_RETRIEVERS_APPLICATIONFOLDER_H_
+
+#include <string>
+
+#include "LocatorStrategy.hpp"
+
+namespace license {
+namespace locate {
+
+class ApplicationFolder: public LocatorStrategy {
+public:
+	ApplicationFolder();
+	virtual const std::vector<std::string> license_locations(EventRegistry& eventRegistry);
+	virtual ~ApplicationFolder();
+};
+
+}
+} /* namespace license */
+
+#endif /* SRC_LIBRARY_RETRIEVERS_APPLICATIONFOLDER_H_ */

--
Gitblit v1.9.1