X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-script-v8%2Fsrc%2Fshared%2Fobject-template-helper.h;h=cbe02c85ad250f2c958969274af6efc303f65d53;hp=df027eb800860a9cc7eec8b367220eb12ba01402;hb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hpb=4c85a797e24c20bfb1670c079e5f66a9a5d6fa0e diff --git a/plugins/dali-script-v8/src/shared/object-template-helper.h b/plugins/dali-script-v8/src/shared/object-template-helper.h index df027eb..cbe02c8 100644 --- a/plugins/dali-script-v8/src/shared/object-template-helper.h +++ b/plugins/dali-script-v8/src/shared/object-template-helper.h @@ -1,8 +1,8 @@ -#ifndef __DALI_V8PLUGIN_OBJECT_TEMPLATE_HELPER_H__ -#define __DALI_V8PLUGIN_OBJECT_TEMPLATE_HELPER_H__ +#ifndef DALI_V8PLUGIN_OBJECT_TEMPLATE_HELPER_H +#define DALI_V8PLUGIN_OBJECT_TEMPLATE_HELPER_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. @@ -56,11 +56,10 @@ void InstallFunctions( v8::Isolate* isolate, const ApiFunction* functionTable, unsigned int tableCount, FunctionType type = NORMAL_FUNCTIONS); - - } -} // V8Plugin -} // Dali +} // namespace V8Plugin + +} // namespace Dali -#endif // __DALI_V8PLUGIN_OBJECT_TEMPLATE_HELPER_H__ +#endif // DALI_V8PLUGIN_OBJECT_TEMPLATE_HELPER_H