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%2Fapi-function.h;h=d57ace31c8efc7e24e0b6d78e637c4241b4382a1;hp=acb3f25a82e567b980e21126d3ad9d384cbf2bd9;hb=b97b29c76acefabbae2c0a4e9ecc261bf9dd8036;hpb=5d49d819924da76f96f22845210abe89a7ade187 diff --git a/plugins/dali-script-v8/src/shared/api-function.h b/plugins/dali-script-v8/src/shared/api-function.h index acb3f25..d57ace3 100644 --- a/plugins/dali-script-v8/src/shared/api-function.h +++ b/plugins/dali-script-v8/src/shared/api-function.h @@ -1,8 +1,8 @@ -#ifndef __DALI_V8PLUGIN_API_FUNCTION_H__ -#define __DALI_V8PLUGIN_API_FUNCTION_H__ +#ifndef DALI_V8PLUGIN_API_FUNCTION_H +#define DALI_V8PLUGIN_API_FUNCTION_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. @@ -46,9 +46,8 @@ struct ApiFunction void (*function)( const v8::FunctionCallbackInfo< v8::Value >& args); }; +} // namespace V8Plugin -} // V8Plugin +} // namespace Dali -} // Dali - -#endif +#endif // DALI_V8PLUGIN_API_FUNCTION_H