From b1f0b9f3430c2f0c3fce02ad99dcb39ca32d4151 Mon Sep 17 00:00:00 2001
From: gcontini <1121667+gcontini@users.noreply.github.com>
Date: 周三, 01 1月 2020 20:13:40 +0800
Subject: [PATCH] add inspector

---
 src/library/base/FileUtils.hpp |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/library/base/FileUtils.hpp b/src/library/base/FileUtils.hpp
index e5ee3e1..e6f9e9e 100644
--- a/src/library/base/FileUtils.hpp
+++ b/src/library/base/FileUtils.hpp
@@ -2,18 +2,20 @@
  * FileUtils.h
  *
  *  Created on: Apr 8, 2019
- *      
+ *
  */
 
 #ifndef FILEUTILS_H_
 #define FILEUTILS_H_
 #include <string>
 #include <vector>
+#include "EventRegistry.h"
 
 namespace license {
 
-std::vector<std::string> filter_existing_files(const std::vector<std::string>& fileList);
+std::vector<std::string> filter_existing_files(const std::vector<std::string>& fileList,EventRegistry& registry, const char* extraData);
 std::string get_file_contents(const char *filename,size_t max_size);
+std::string remove_extension(const std::string& path);
 
 } /* namespace license */
 

--
Gitblit v1.9.1