OCT 1. 更正文件模版
This commit is contained in:
parent
728bcf2f7a
commit
eb68a8b7d0
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// Created by xajhuang on 2023/3/29.
|
||||
// Created by huangxin@chmi.chinamobile.com on 2023/3/29.
|
||||
//
|
||||
#ifdef SQLITE_ON
|
||||
#include <sqlite3.h>
|
||||
|
|
|
@ -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 "uthash/uthash.h"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// Created by xajhuang on 2023/4/6.
|
||||
// Created by huangxin@chmi.chinamobile.com on 2023/4/6.
|
||||
//
|
||||
|
||||
#ifndef BITSET_H
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 "ipaddr.h"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 "common.h"
|
||||
|
|
|
@ -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 <sys/file.h>
|
||||
|
|
|
@ -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 <time.h>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// Created by xajhuang on 2022/11/4.
|
||||
// Created by huangxin@chmi.chinamobile.com on 2022/11/4.
|
||||
//
|
||||
#ifdef HTTPSERVER_ON
|
||||
#include <uv.h>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// Created by xajhuang on 2022/12/2.
|
||||
// Created by huangxin@chmi.chinamobile.com on 2022/12/2.
|
||||
//
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
@ -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 "zlog_module.h"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// Created by xajhuang on 2023/2/23.
|
||||
// Created by huangxin@chmi.chinamobile.com on 2023/2/23.
|
||||
//
|
||||
#include "doctest.h"
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// Created by xajhuang on 2023/2/1.
|
||||
// Created by huangxin@chmi.chinamobile.com on 2023/2/1.
|
||||
//
|
||||
#include "doctest.h"
|
||||
|
||||
|
|
|
@ -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
|
||||
#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN
|
||||
|
|
Loading…
Reference in New Issue