OCT 1. 更正文件模版

This commit is contained in:
huangxin 2024-12-17 10:07:29 +08:00
parent 728bcf2f7a
commit eb68a8b7d0
22 changed files with 22 additions and 22 deletions

View File

@ -1,5 +1,5 @@
// //
// Created by xajhuang on 2022/12/14. // Created by huangxin@chmi.chinamobile.com on 2022/12/14.
// //
#ifndef PROJECT_PRG_CONFIG_H_IN #ifndef PROJECT_PRG_CONFIG_H_IN

View File

@ -1,5 +1,5 @@
// //
// Created by xajhuang on 2023/3/29. // Created by huangxin@chmi.chinamobile.com on 2023/3/29.
// //
#ifdef SQLITE_ON #ifdef SQLITE_ON
#include <sqlite3.h> #include <sqlite3.h>

View File

@ -1,5 +1,5 @@
// //
// Created by xajhuang on 2023/2/9. // Created by huangxin@chmi.chinamobile.com on 2023/2/9.
// //
#include <uv.h> #include <uv.h>
#include "uthash/uthash.h" #include "uthash/uthash.h"

View File

@ -1,5 +1,5 @@
// //
// Created by xajhuang on 2023/4/6. // Created by huangxin@chmi.chinamobile.com on 2023/4/6.
// //
#ifndef BITSET_H #ifndef BITSET_H

View File

@ -1,5 +1,5 @@
// //
// Created by xajhuang on 2023/3/17. // Created by huangxin@chmi.chinamobile.com on 2023/3/17.
// //
#ifndef PROJECT_COMMON_H #ifndef PROJECT_COMMON_H

View File

@ -1,5 +1,5 @@
// //
// Created by xajhuang on 2023/2/9. // Created by huangxin@chmi.chinamobile.com on 2023/2/9.
// //
#ifndef FS_WATCH_H #ifndef FS_WATCH_H

View File

@ -1,5 +1,5 @@
// //
// Created by xajhuang on 2022/11/4. // Created by huangxin@chmi.chinamobile.com on 2022/11/4.
// //
#ifndef PROJECT_HTTP_SVR_H #ifndef PROJECT_HTTP_SVR_H

View File

@ -1,5 +1,5 @@
// //
// Created by xajhuang on 2023/3/21. // Created by huangxin@chmi.chinamobile.com on 2023/3/21.
// //
#ifndef PROJECT_IPADDR_H #ifndef PROJECT_IPADDR_H

View File

@ -1,5 +1,5 @@
// //
// Created by xajhuang on 2022/12/2. // Created by huangxin@chmi.chinamobile.com on 2022/12/2.
// //
#ifndef PROJECT_PROTO_H #ifndef PROJECT_PROTO_H

View File

@ -1,5 +1,5 @@
// //
// Created by xajhuang on 2023/1/30. // Created by huangxin@chmi.chinamobile.com on 2023/1/30.
// //
#ifndef PROJECT_UUID_H #ifndef PROJECT_UUID_H

View File

@ -1,5 +1,5 @@
// //
// Created by xajhuang on 2023/2/6. // Created by huangxin@chmi.chinamobile.com on 2023/2/6.
// //
#ifndef PROJECT_ZLOG_MODULE_H #ifndef PROJECT_ZLOG_MODULE_H

View File

@ -1,5 +1,5 @@
// //
// Created by xajhuang on 2023/3/21. // Created by huangxin@chmi.chinamobile.com on 2023/3/21.
// //
#include <string.h> #include <string.h>
#include "ipaddr.h" #include "ipaddr.h"

View File

@ -1,5 +1,5 @@
// //
// Created by xajhuang on 2022/12/14. // Created by huangxin@chmi.chinamobile.com on 2022/12/14.
// //
#ifndef PROJECT_LIB_CONFIG_H_IN #ifndef PROJECT_LIB_CONFIG_H_IN

View File

@ -1,5 +1,5 @@
// //
// Created by xajhuang on 2022/12/5. // Created by huangxin@chmi.chinamobile.com on 2022/12/5.
// //
#include <user_errno.h> #include <user_errno.h>
#include "common.h" #include "common.h"

View File

@ -1,5 +1,5 @@
// //
// Created by xajhuang on 2023/3/2. // Created by huangxin@chmi.chinamobile.com on 2023/3/2.
// //
#include <fcntl.h> #include <fcntl.h>
#include <sys/file.h> #include <sys/file.h>

View File

@ -1,5 +1,5 @@
// //
// Created by xajhuang on 2023/1/30. // Created by huangxin@chmi.chinamobile.com on 2023/1/30.
// //
#include <stdlib.h> #include <stdlib.h>
#include <time.h> #include <time.h>

View File

@ -1,5 +1,5 @@
// //
// Created by xajhuang on 2022/11/4. // Created by huangxin@chmi.chinamobile.com on 2022/11/4.
// //
#ifdef HTTPSERVER_ON #ifdef HTTPSERVER_ON
#include <uv.h> #include <uv.h>

View File

@ -1,5 +1,5 @@
// //
// Created by xajhuang on 2022/12/2. // Created by huangxin@chmi.chinamobile.com on 2022/12/2.
// //
#include <string.h> #include <string.h>

View File

@ -1,5 +1,5 @@
// //
// Created by xajhuang on 2023/2/6. // Created by huangxin@chmi.chinamobile.com on 2023/2/6.
// //
#include <string.h> #include <string.h>
#include "zlog_module.h" #include "zlog_module.h"

View File

@ -1,5 +1,5 @@
// //
// Created by xajhuang on 2023/2/23. // Created by huangxin@chmi.chinamobile.com on 2023/2/23.
// //
#include "doctest.h" #include "doctest.h"
#ifdef __cplusplus #ifdef __cplusplus

View File

@ -1,5 +1,5 @@
// //
// Created by xajhuang on 2023/2/1. // Created by huangxin@chmi.chinamobile.com on 2023/2/1.
// //
#include "doctest.h" #include "doctest.h"

View File

@ -1,5 +1,5 @@
// //
// Created by xajhuang on 2023/1/31. // Created by huangxin@chmi.chinamobile.com on 2023/1/31.
// //
// provides main(); this line is required in only one .cpp file // provides main(); this line is required in only one .cpp file
#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN #define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN