X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-script-v8%2Fsrc%2Fconstants%2Fconstants-wrapper.h;h=c4ed4f3c770417479fe90243822121bebe3e643c;hp=9e25e6a70441f1353066716fe0d57170f3c76912;hb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hpb=928136dbb9e23970f3894eabc7c8b224003b77be diff --git a/plugins/dali-script-v8/src/constants/constants-wrapper.h b/plugins/dali-script-v8/src/constants/constants-wrapper.h index 9e25e6a..c4ed4f3 100644 --- a/plugins/dali-script-v8/src/constants/constants-wrapper.h +++ b/plugins/dali-script-v8/src/constants/constants-wrapper.h @@ -1,7 +1,7 @@ -#ifndef __DALI_V8PLUGIN_DALI_CONSTANTS_WRAPPER -#define __DALI_V8PLUGIN_DALI_CONSTANTS_WRAPPER +#ifndef DALI_V8PLUGIN_DALI_CONSTANTS_WRAPPER +#define DALI_V8PLUGIN_DALI_CONSTANTS_WRAPPER /* - * 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. @@ -36,4 +36,5 @@ void AddDaliConstants( v8::Isolate* isolate, v8::Local& obj ); } // namespace V8Plugin } // namespace Dali -#endif + +#endif // DALI_V8PLUGIN_DALI_CONSTANTS_WRAPPER