diff options
author | Riku Nomoto <riku_nomoto@mail.toyota.co.jp> | 2020-12-15 23:01:54 +0900 |
---|---|---|
committer | Riku Nomoto <riku_nomoto@mail.toyota.co.jp> | 2020-12-17 02:08:15 +0000 |
commit | 3b1a450f99e6f5536384d22334418b6e82e9d3c4 (patch) | |
tree | a6fcad37ecd02bed46e533afc25371380ba15959 /service | |
parent | 54bb9c84684274ce393310e22e00baced4951577 (diff) |
Changed the name of a file and some lines
From agl_types_obsoluted.h => agl_types_deprecated.h
because "obsolute" is misspelled.
Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp>
Change-Id: Id9d58399b0eea778641ba627cf7b7f845ed43e0a
Diffstat (limited to 'service')
-rwxr-xr-x | service/other/event_library/library/include/other_service/ev_lib.h | 2 | ||||
-rwxr-xr-x | service/other/rpc_library/tool/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/service/other/event_library/library/include/other_service/ev_lib.h b/service/other/event_library/library/include/other_service/ev_lib.h index 6b87ea2..93e334a 100755 --- a/service/other/event_library/library/include/other_service/ev_lib.h +++ b/service/other/event_library/library/include/other_service/ev_lib.h @@ -22,7 +22,7 @@ #ifndef OTHERSERVICE_EV_LIB_H_ // NOLINT(build/header_guard) #define OTHERSERVICE_EV_LIB_H_ // NOLINT(build/header_guard) -#include <agl_types_obsoluted.h> +#include <agl_types_deprecated.h> #include <agldd/ev_common.h> /** @addtogroup BaseSystem * @{ diff --git a/service/other/rpc_library/tool/Makefile b/service/other/rpc_library/tool/Makefile index 2ba9137..f4e1359 100755 --- a/service/other/rpc_library/tool/Makefile +++ b/service/other/rpc_library/tool/Makefile @@ -24,8 +24,8 @@ YFLAGS := -d -t LEX := flex LFLAGS := -d -CPPFLAGS := -I../library/include -include $(SDKTARGETSYSROOT)/usr/include/basesystem/agl_types_obsoluted.h -CFLAGS := -Wall -Wno-unused-function -Wno-unused-variable -include $(SDKTARGETSYSROOT)/usr/include/basesystem/agl_types_obsoluted.h +CPPFLAGS := -I../library/include -include $(SDKTARGETSYSROOT)/usr/include/basesystem/agl_types_deprecated.h +CFLAGS := -Wall -Wno-unused-function -Wno-unused-variable -include $(SDKTARGETSYSROOT)/usr/include/basesystem/agl_types_deprecated.h rpc_apidef: apidef.tab.o lex.yy.o apidef.o $(CXX) $(CPPFLAGS) -o $@ $^ |