X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-script-v8%2Fsrc%2Finterfaces%2Fgarbage-collector-interface.h;h=1bf49575d7e3651a85b722a3793b99b159a3a342;hp=77e83a9203943340aee8a5b7b11c8dc4fdf73c5a;hb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hpb=01808a740662880dc14ca86d4808c7baf536b948 diff --git a/plugins/dali-script-v8/src/interfaces/garbage-collector-interface.h b/plugins/dali-script-v8/src/interfaces/garbage-collector-interface.h index 77e83a9..1bf4957 100644 --- a/plugins/dali-script-v8/src/interfaces/garbage-collector-interface.h +++ b/plugins/dali-script-v8/src/interfaces/garbage-collector-interface.h @@ -1,8 +1,8 @@ -#ifndef __DALI_V8PLUGIN_GARBAGE_COLLECTOR_INTERFACE_H__ -#define __DALI_V8PLUGIN_GARBAGE_COLLECTOR_INTERFACE_H__ +#ifndef DALI_V8PLUGIN_GARBAGE_COLLECTOR_INTERFACE_H +#define DALI_V8PLUGIN_GARBAGE_COLLECTOR_INTERFACE_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. @@ -86,12 +86,10 @@ protected: // Undefined assignment operator. GarbageCollectorInterface& operator=( const GarbageCollectorInterface& ); - - }; -} // V8Plugin +} // namespace V8Plugin -} // Dali +} // namespace Dali -#endif // header __DALI_V8PLUGIN_GARBAGE_COLLECTOR_INTERFACE_H__ +#endif // DALI_V8PLUGIN_GARBAGE_COLLECTOR_INTERFACE_H