X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-core.git;a=blobdiff_plain;f=dali%2Fpublic-api%2Fcommon%2Fvector-wrapper.h;h=accc2dbfd441c04f2db1d36bb4804c3b119f3c59;hp=05d6b6c1f0ae8d6e972216ee8fc7cccc6046610d;hb=9f84a74302fdd8d0b8ef6c65cd8674e816e3055f;hpb=1ff6252a5973df28aaab7fad3ea60f610e252742 diff --git a/dali/public-api/common/vector-wrapper.h b/dali/public-api/common/vector-wrapper.h index 05d6b6c..accc2db 100644 --- a/dali/public-api/common/vector-wrapper.h +++ b/dali/public-api/common/vector-wrapper.h @@ -1,8 +1,8 @@ -#ifndef __VECTOR_WRAPPER_H__ -#define __VECTOR_WRAPPER_H__ +#ifndef DALI_VECTOR_WRAPPER_H +#define DALI_VECTOR_WRAPPER_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -18,19 +18,13 @@ * */ -// EXTERNAL INCLUDES -#include - -// INTERNAL INCLUDES -#include - #ifndef HIDE_DALI_INTERNALS #include #else -// ensure that default visibility is used with any class that is used as an exception type +// Ensure that default visibility is used with any class that is used as an exception type #include #include #include @@ -53,13 +47,17 @@ #include #undef _GLIBCXX_VISIBILITY_ATTR +#undef _GLIBCXX_VISIBILITY #define _GLIBCXX_VISIBILITY_ATTR(V) __attribute__ ((__visibility__ ("hidden"))) +#define _GLIBCXX_VISIBILITY(V) __attribute__ ((__visibility__ ("hidden"))) #include #undef _GLIBCXX_VISIBILITY_ATTR +#undef _GLIBCXX_VISIBILITY #define _GLIBCXX_VISIBILITY_ATTR(V) __attribute__ ((__visibility__ (#V))) // restore `_GLIBCXX_VISIBILITY_ATTR` +#define _GLIBCXX_VISIBILITY(V) __attribute__ ((__visibility__ (#V))) // restore `_GLIBCXX_VISIBILITY` -#endif //ifdef __clang__ +#endif // #ifdef __clang__ -#endif //ifndef HIDE_DALI_INTERNALS +#endif // #ifndef HIDE_DALI_INTERNALS -#endif /* __VECTOR_WRAPPER__H__ */ +#endif // DALI_VECTOR_WRAPPER_H