X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-script-v8%2Fsrc%2Fstage%2Fstage-api.h;h=5010209bf87df93747bcdfed3beb84a05a9a9036;hp=8ace0e9cecabdea4c7ea32b8c915d87ffcdffbe5;hb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hpb=e8efa9549ccedae5b8377c9eb331aa8392895879 diff --git a/plugins/dali-script-v8/src/stage/stage-api.h b/plugins/dali-script-v8/src/stage/stage-api.h index 8ace0e9..5010209 100644 --- a/plugins/dali-script-v8/src/stage/stage-api.h +++ b/plugins/dali-script-v8/src/stage/stage-api.h @@ -1,8 +1,8 @@ -#ifndef __DALI_V8PLUGIN_STAGE_API_H__ -#define __DALI_V8PLUGIN_STAGE_API_H__ +#ifndef DALI_V8PLUGIN_STAGE_API_H +#define DALI_V8PLUGIN_STAGE_API_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. @@ -38,7 +38,7 @@ namespace StageApi Dali::Stage GetStage( v8::Isolate* isolate, const v8::FunctionCallbackInfo< v8::Value >& args ); /** - * StageApi API see image-actor.h for a description + * StageApi API see stage.h for a description */ void Add( const v8::FunctionCallbackInfo< v8::Value >& args ); void Remove( const v8::FunctionCallbackInfo< v8::Value >& args ); @@ -57,4 +57,4 @@ namespace StageApi } // namespace Dali -#endif // header __DALI_V8PLUGIN_STAGE_API_H__ +#endif // DALI_V8PLUGIN_STAGE_API_H