X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-script-v8%2Fsrc%2Fimage%2Fresource-image-api.h;h=fb052fb6e7eb7d1c01fb8c96918c5cac6e4dbe19;hp=a9af141b8696dd13764cbe41386b5ac9bfe03325;hb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hpb=b6ed3548dda72ec79dda14612880f1fc06bed2df diff --git a/plugins/dali-script-v8/src/image/resource-image-api.h b/plugins/dali-script-v8/src/image/resource-image-api.h index a9af141..fb052fb 100644 --- a/plugins/dali-script-v8/src/image/resource-image-api.h +++ b/plugins/dali-script-v8/src/image/resource-image-api.h @@ -1,8 +1,8 @@ -#ifndef __DALI_V8PLUGIN_RESOURCE_IMAGE_API_H__ -#define __DALI_V8PLUGIN_RESOURCE_IMAGE_API_H__ +#ifndef DALI_V8PLUGIN_RESOURCE_IMAGE_API_H +#define DALI_V8PLUGIN_RESOURCE_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 ResourceImageApi /** * Resource Image API see resource-image.h for a description */ - void GetLoadPolicy( const v8::FunctionCallbackInfo< v8::Value >& args ); void GetLoadingState( const v8::FunctionCallbackInfo< v8::Value >& args ); void GetUrl( const v8::FunctionCallbackInfo< v8::Value >& args ); void Reload( const v8::FunctionCallbackInfo< v8::Value >& args ); @@ -56,4 +55,4 @@ namespace ResourceImageApi } // namespace Dali -#endif // header __DALI_V8PLUGIN_RESOURCE_IMAGE_API_H__ +#endif // DALI_V8PLUGIN_RESOURCE_IMAGE_API_H