diff options
author | chai <chaifix@163.com> | 2018-07-28 09:58:37 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-07-28 09:58:37 +0800 |
commit | 61301a96d309fe2deef0d0dc2e2bc2f3d4003bf9 (patch) | |
tree | d335e4312b28addf40f13e7f49900e9b5e3058a7 /src/libjin/common | |
parent | 92dab582ccac31be7fa410e7f4fb3789e88a0629 (diff) |
*update
Diffstat (limited to 'src/libjin/common')
-rw-r--r-- | src/libjin/common/data.h | 4 | ||||
-rw-r--r-- | src/libjin/common/singleton.h | 2 | ||||
-rw-r--r-- | src/libjin/common/subsystem.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/libjin/common/data.h b/src/libjin/common/data.h index 6f1c504..38b8c7d 100644 --- a/src/libjin/common/data.h +++ b/src/libjin/common/data.h @@ -4,12 +4,12 @@ namespace jin { - struct Buffer + struct DataBuffer { unsigned int len; char data[0]; }; -} +} // jin #endif
\ No newline at end of file diff --git a/src/libjin/common/singleton.h b/src/libjin/common/singleton.h index a6c7d6d..ff8a9ce 100644 --- a/src/libjin/common/singleton.h +++ b/src/libjin/common/singleton.h @@ -33,6 +33,6 @@ namespace jin #define SINGLETON(T) \ friend Singleton<T> -} +} // jin #endif
\ No newline at end of file diff --git a/src/libjin/common/subsystem.h b/src/libjin/common/subsystem.h index 1212abf..8a4ecf6 100644 --- a/src/libjin/common/subsystem.h +++ b/src/libjin/common/subsystem.h @@ -38,6 +38,6 @@ namespace jin }; -} +} // jin #endif
\ No newline at end of file |