@@ -1,8 +0,0 @@
-#ifndef AFUN_CORE_H
-#define AFUN_CORE_H
-
-namespace aFuncore {
-}
-#endif //AFUN_CORE_H
@@ -7,7 +7,7 @@
#ifndef AFUN_AFUNTOOL_H
#define AFUN_AFUNTOOL_H
-#include "tool.h"
+#include "tool-type.h"
#include "aFunToolExport.h"
#include "tool-exception.h"
@@ -3,7 +3,7 @@
#include <iostream>
#include "thread"
#include "mutex"
#include "condition_variable"
@@ -1,6 +1,6 @@
#ifndef AFUN_PATH_H
#define AFUN_PATH_H
/* 路径工具 */
#ifdef aFunWIN32_NO_CYGWIN
#ifndef AFUN_TOOL_EXCEPTION_H
#define AFUN_TOOL_EXCEPTION_H
namespace aFuntool {
class aFunException : public std::exception {
@@ -2,7 +2,7 @@
#define AFUN_STDIO_H
#include <cstdio>
#include <cinttypes>
@@ -3,8 +3,8 @@
* 目标: 定义公共宏 和 公共头文件
*/
-#ifndef AFUN_TOOL_H
-#define AFUN_TOOL_H
+#ifndef AFUN_TOOL_TYPE_H
+#define AFUN_TOOL_TYPE_H
#include <cstdarg>
@@ -19,4 +19,4 @@ namespace aFuntool {
#include "mem.h"
-#endif //AFUN_TOOL_H
+#endif //AFUN_TOOL_TYPE_H
#include <cstdlib>
#include <cstring>
#include "byte.h"
@@ -1,4 +1,4 @@
-#include "tool.h"
+#include "tool-type.h"
#include "dlc.h"
@@ -8,7 +8,7 @@
#include "file.h"
#include "path.h"
#include "str.h"
* 目标: 关于哈希表的实用函数
#include "hash.h"
@@ -15,7 +15,7 @@
#include "log.h"
#include "log-macro.h"
@@ -6,7 +6,7 @@
#include "md5.h"
@@ -5,7 +5,7 @@
#include "tool-stdio.h"
#define EQ_STR(str1, str2) (!strcmp((str1), (str2)))
@@ -4,7 +4,7 @@
#include <ctime>
#include "tool-time.h"