X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-script-v8%2Fsrc%2Fmodule-loader%2Fmodule.h;h=fe926755422a62fae69fd42b33af3f2d679eb295;hp=e0286bf4ed28a0a0e928eed62b09b4c9bbd5a9fb;hb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hpb=5d49d819924da76f96f22845210abe89a7ade187 diff --git a/plugins/dali-script-v8/src/module-loader/module.h b/plugins/dali-script-v8/src/module-loader/module.h index e0286bf..fe92675 100644 --- a/plugins/dali-script-v8/src/module-loader/module.h +++ b/plugins/dali-script-v8/src/module-loader/module.h @@ -1,8 +1,8 @@ -#ifndef __DALI_V8PLUGIN_MODULE_H__ -#define __DALI_V8PLUGIN_MODULE_H__ +#ifndef DALI_V8PLUGIN_MODULE_H +#define DALI_V8PLUGIN_MODULE_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. @@ -74,12 +74,10 @@ private: Module( const Module& ); ///< undefined copy constructor Module& operator=( const Module& ); ///< undefined assignment operator - - }; } // namespace V8Plugin } // namespace Dali -#endif // header MODULE_LOADER +#endif // DALI_V8PLUGIN_MODULE_H