diff options
author | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2018-09-03 10:39:15 +0900 |
---|---|---|
committer | Zheng Wenlong <wenlong_zheng@nexty-ele.com> | 2018-09-03 07:38:43 +0000 |
commit | bb38a76d1b00e93187967aa2880e79e671f02eba (patch) | |
tree | dcd608d0634925837030409fb300e036c18ea34c /src/hmi-debug.h | |
parent | 67962d9837ea37b10c2cf906cbde575cce18ab4b (diff) |
Update lastest code from agl-service-homescreen-2017flounder_5.99.6flounder/5.99.65.99.6
Update the lastest code from agl-service-homescreen-2017.
To impove homescreen-service's extensibility.
"Change homescreen-service from c project to c++ project"
Relative Commit: https://gerrit.automotivelinux.org/gerrit/#/c/16351/
Change-Id: Id7e50fa61fdfcff30f69588aa1da4d93695edfc1
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Signed-off-by: wang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
Diffstat (limited to 'src/hmi-debug.h')
-rw-r--r-- | src/hmi-debug.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/hmi-debug.h b/src/hmi-debug.h index 2a744ba..3c71ff5 100644 --- a/src/hmi-debug.h +++ b/src/hmi-debug.h @@ -17,6 +17,10 @@ #ifndef __HMI_DEBUG_H__ #define __HMI_DEBUG_H__ +#ifdef __cplusplus +extern "C" { +#endif + #include <time.h> #include <stdio.h> #include <stdarg.h> @@ -67,4 +71,7 @@ static void _HMI_LOG(enum LOG_LEVEL level, const char* file, const char* func, c free(message); } +#ifdef __cplusplus +} +#endif #endif //__HMI_DEBUG_H__
\ No newline at end of file |