X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fdali-script-v8%2Fsrc%2Fimage%2Fimage-api.h;h=923fe708e6c29151c6de50323f5f515664157736;hb=b0d0b451bd3414c8f502810f45fcacba2882d717;hp=4f62c8192be98348004b61d6fa64c8ff05f34c74;hpb=e8efa9549ccedae5b8377c9eb331aa8392895879;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/plugins/dali-script-v8/src/image/image-api.h b/plugins/dali-script-v8/src/image/image-api.h index 4f62c81..923fe70 100644 --- a/plugins/dali-script-v8/src/image/image-api.h +++ b/plugins/dali-script-v8/src/image/image-api.h @@ -1,8 +1,8 @@ -#ifndef __DALI_V8PLUGIN_IMAGE_API_H__ -#define __DALI_V8PLUGIN_IMAGE_API_H__ +#ifndef DALI_V8PLUGIN_IMAGE_API_H +#define DALI_V8PLUGIN_IMAGE_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. @@ -45,7 +45,6 @@ namespace ImageApi /** * Image API see image.h for a description */ - void GetReleasePolicy( const v8::FunctionCallbackInfo< v8::Value >& args ); void GetWidth( const v8::FunctionCallbackInfo< v8::Value >& args ); void GetHeight( const v8::FunctionCallbackInfo< v8::Value >& args ); @@ -55,4 +54,4 @@ namespace ImageApi } // namespace Dali -#endif // header __DALI_V8PLUGIN_IMAGE_API_H__ +#endif // DALI_V8PLUGIN_IMAGE_API_H