From 5c6661a0663f12582dbbb54721b206129801cdc5 Mon Sep 17 00:00:00 2001 From: Ken Zangelin Date: Tue, 11 May 2021 16:05:34 +0200 Subject: [PATCH] Fixed ifdef/define protection headers in all header files due to the change of directory --- src/lib/orionld/contextCache/orionldContextCache.h | 6 +++--- src/lib/orionld/contextCache/orionldContextCacheDelete.h | 6 +++--- src/lib/orionld/contextCache/orionldContextCacheGet.h | 6 +++--- src/lib/orionld/contextCache/orionldContextCacheInit.h | 6 +++--- src/lib/orionld/contextCache/orionldContextCacheInsert.h | 6 +++--- src/lib/orionld/contextCache/orionldContextCacheLookup.h | 6 +++--- src/lib/orionld/contextCache/orionldContextCachePresent.h | 6 +++--- src/lib/orionld/contextCache/orionldContextCacheRelease.h | 6 +++--- 8 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/lib/orionld/contextCache/orionldContextCache.h b/src/lib/orionld/contextCache/orionldContextCache.h index d9d364460b..af3aee984d 100644 --- a/src/lib/orionld/contextCache/orionldContextCache.h +++ b/src/lib/orionld/contextCache/orionldContextCache.h @@ -1,5 +1,5 @@ -#ifndef SRC_LIB_ORIONLD_CONTEXT_ORIONLDCONTEXTCACHE_H_ -#define SRC_LIB_ORIONLD_CONTEXT_ORIONLDCONTEXTCACHE_H_ +#ifndef SRC_LIB_ORIONLD_CONTEXTCACHE_ORIONLDCONTEXTCACHE_H_ +#define SRC_LIB_ORIONLD_CONTEXTCACHE_ORIONLDCONTEXTCACHE_H_ /* * @@ -49,4 +49,4 @@ extern OrionldContext** orionldContextCache; extern int orionldContextCacheSlots; extern int orionldContextCacheSlotIx; -#endif // SRC_LIB_ORIONLD_CONTEXT_ORIONLDCONTEXTCACHE_H_ +#endif // SRC_LIB_ORIONLD_CONTEXTCACHE_ORIONLDCONTEXTCACHE_H_ diff --git a/src/lib/orionld/contextCache/orionldContextCacheDelete.h b/src/lib/orionld/contextCache/orionldContextCacheDelete.h index 9dab912415..989c0c07ab 100644 --- a/src/lib/orionld/contextCache/orionldContextCacheDelete.h +++ b/src/lib/orionld/contextCache/orionldContextCacheDelete.h @@ -1,5 +1,5 @@ -#ifndef SRC_LIB_ORIONLD_CONTEXT_ORIONLDCONTEXTCACHEDELETE_H_ -#define SRC_LIB_ORIONLD_CONTEXT_ORIONLDCONTEXTCACHEDELETE_H_ +#ifndef SRC_LIB_ORIONLD_CONTEXTCACHE_ORIONLDCONTEXTCACHEDELETE_H_ +#define SRC_LIB_ORIONLD_CONTEXTCACHE_ORIONLDCONTEXTCACHEDELETE_H_ /* * @@ -34,4 +34,4 @@ // extern bool orionldContextCacheDelete(const char* id); -#endif // SRC_LIB_ORIONLD_CONTEXT_ORIONLDCONTEXTCACHEDELETE_H_ +#endif // SRC_LIB_ORIONLD_CONTEXTCACHE_ORIONLDCONTEXTCACHEDELETE_H_ diff --git a/src/lib/orionld/contextCache/orionldContextCacheGet.h b/src/lib/orionld/contextCache/orionldContextCacheGet.h index 3755107544..05ee192240 100644 --- a/src/lib/orionld/contextCache/orionldContextCacheGet.h +++ b/src/lib/orionld/contextCache/orionldContextCacheGet.h @@ -1,5 +1,5 @@ -#ifndef SRC_LIB_ORIONLD_CONTEXT_ORIONLDCONTEXTCACHEGET_H_ -#define SRC_LIB_ORIONLD_CONTEXT_ORIONLDCONTEXTCACHEGET_H_ +#ifndef SRC_LIB_ORIONLD_CONTEXTCACHE_ORIONLDCONTEXTCACHEGET_H_ +#define SRC_LIB_ORIONLD_CONTEXTCACHE_ORIONLDCONTEXTCACHEGET_H_ /* * @@ -38,4 +38,4 @@ extern "C" // extern KjNode* orionldContextCacheGet(KjNode* arrayP, bool details); -#endif // SRC_LIB_ORIONLD_CONTEXT_ORIONLDCONTEXTCACHEGET_H_ +#endif // SRC_LIB_ORIONLD_CONTEXTCACHE_ORIONLDCONTEXTCACHEGET_H_ diff --git a/src/lib/orionld/contextCache/orionldContextCacheInit.h b/src/lib/orionld/contextCache/orionldContextCacheInit.h index 4e1be5b2a6..a3431b0a2c 100644 --- a/src/lib/orionld/contextCache/orionldContextCacheInit.h +++ b/src/lib/orionld/contextCache/orionldContextCacheInit.h @@ -1,5 +1,5 @@ -#ifndef SRC_LIB_ORIONLD_CONTEXT_ORIONLDCONTEXTCACHEINIT_H_ -#define SRC_LIB_ORIONLD_CONTEXT_ORIONLDCONTEXTCACHEINIT_H_ +#ifndef SRC_LIB_ORIONLD_CONTEXTCACHE_ORIONLDCONTEXTCACHEINIT_H_ +#define SRC_LIB_ORIONLD_CONTEXTCACHE_ORIONLDCONTEXTCACHEINIT_H_ /* * @@ -34,4 +34,4 @@ // extern void orionldContextCacheInit(void); -#endif // SRC_LIB_ORIONLD_CONTEXT_ORIONLDCONTEXTCACHEINIT_H_ +#endif // SRC_LIB_ORIONLD_CONTEXTCACHE_ORIONLDCONTEXTCACHEINIT_H_ diff --git a/src/lib/orionld/contextCache/orionldContextCacheInsert.h b/src/lib/orionld/contextCache/orionldContextCacheInsert.h index 2a6feebe7b..7dd13b144f 100644 --- a/src/lib/orionld/contextCache/orionldContextCacheInsert.h +++ b/src/lib/orionld/contextCache/orionldContextCacheInsert.h @@ -1,5 +1,5 @@ -#ifndef SRC_LIB_ORIONLD_CONTEXT_ORIONLDCONTEXTCACHEINSERT_H_ -#define SRC_LIB_ORIONLD_CONTEXT_ORIONLDCONTEXTCACHEINSERT_H_ +#ifndef SRC_LIB_ORIONLD_CONTEXTCACHE_ORIONLDCONTEXTCACHEINSERT_H_ +#define SRC_LIB_ORIONLD_CONTEXTCACHE_ORIONLDCONTEXTCACHEINSERT_H_ /* * @@ -35,4 +35,4 @@ // extern void orionldContextCacheInsert(OrionldContext* contextP); -#endif // SRC_LIB_ORIONLD_CONTEXT_ORIONLDCONTEXTCACHEINSERT_H_ +#endif // SRC_LIB_ORIONLD_CONTEXTCACHE_ORIONLDCONTEXTCACHEINSERT_H_ diff --git a/src/lib/orionld/contextCache/orionldContextCacheLookup.h b/src/lib/orionld/contextCache/orionldContextCacheLookup.h index df544fb701..e1d1b76383 100644 --- a/src/lib/orionld/contextCache/orionldContextCacheLookup.h +++ b/src/lib/orionld/contextCache/orionldContextCacheLookup.h @@ -1,5 +1,5 @@ -#ifndef SRC_LIB_ORIONLD_CONTEXT_ORIONLDCONTEXTCACHELOOKUP_H_ -#define SRC_LIB_ORIONLD_CONTEXT_ORIONLDCONTEXTCACHELOOKUP_H_ +#ifndef SRC_LIB_ORIONLD_CONTEXTCACHE_ORIONLDCONTEXTCACHELOOKUP_H_ +#define SRC_LIB_ORIONLD_CONTEXTCACHE_ORIONLDCONTEXTCACHELOOKUP_H_ /* * @@ -35,4 +35,4 @@ // extern OrionldContext* orionldContextCacheLookup(const char* url); -#endif // SRC_LIB_ORIONLD_CONTEXT_ORIONLDCONTEXTCACHELOOKUP_H_ +#endif // SRC_LIB_ORIONLD_CONTEXTCACHE_ORIONLDCONTEXTCACHELOOKUP_H_ diff --git a/src/lib/orionld/contextCache/orionldContextCachePresent.h b/src/lib/orionld/contextCache/orionldContextCachePresent.h index b39abb3328..5e5e577099 100644 --- a/src/lib/orionld/contextCache/orionldContextCachePresent.h +++ b/src/lib/orionld/contextCache/orionldContextCachePresent.h @@ -1,5 +1,5 @@ -#ifndef SRC_LIB_ORIONLD_CONTEXT_ORIONLDCONTEXTCACHEPRESENT_H_ -#define SRC_LIB_ORIONLD_CONTEXT_ORIONLDCONTEXTCACHEPRESENT_H_ +#ifndef SRC_LIB_ORIONLD_CONTEXTCACHE_ORIONLDCONTEXTCACHEPRESENT_H_ +#define SRC_LIB_ORIONLD_CONTEXTCACHE_ORIONLDCONTEXTCACHEPRESENT_H_ /* * @@ -34,4 +34,4 @@ // extern void orionldContextCachePresent(const char* prefix, const char* info); -#endif // SRC_LIB_ORIONLD_CONTEXT_ORIONLDCONTEXTCACHEPRESENT_H_ +#endif // SRC_LIB_ORIONLD_CONTEXTCACHE_ORIONLDCONTEXTCACHEPRESENT_H_ diff --git a/src/lib/orionld/contextCache/orionldContextCacheRelease.h b/src/lib/orionld/contextCache/orionldContextCacheRelease.h index 611047a52b..42b8dd83f7 100644 --- a/src/lib/orionld/contextCache/orionldContextCacheRelease.h +++ b/src/lib/orionld/contextCache/orionldContextCacheRelease.h @@ -1,5 +1,5 @@ -#ifndef SRC_LIB_ORIONLD_CONTEXT_ORIONLDCONTEXTCACHERELEASE_H_ -#define SRC_LIB_ORIONLD_CONTEXT_ORIONLDCONTEXTCACHERELEASE_H_ +#ifndef SRC_LIB_ORIONLD_CONTEXTCACHE_ORIONLDCONTEXTCACHERELEASE_H_ +#define SRC_LIB_ORIONLD_CONTEXTCACHE_ORIONLDCONTEXTCACHERELEASE_H_ /* * @@ -34,4 +34,4 @@ // extern void orionldContextCacheRelease(void); -#endif // SRC_LIB_ORIONLD_CONTEXT_ORIONLDCONTEXTCACHERELEASE_H_ +#endif // SRC_LIB_ORIONLD_CONTEXTCACHE_ORIONLDCONTEXTCACHERELEASE_H_