X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-script-v8%2Fsrc%2Frendering%2Fgeometry-api.h;h=a49594283a89c01e231f295ab3b7dcf01bbd98d4;hp=2a8778f6880d2774ea51988237ae7ebc5a506388;hb=cbe7fefea4a6e34d22333c248f643f873744b055;hpb=8c31a5ca493d17693e53f9909a4453b1fa058ab3 diff --git a/plugins/dali-script-v8/src/rendering/geometry-api.h b/plugins/dali-script-v8/src/rendering/geometry-api.h index 2a8778f..a495942 100644 --- a/plugins/dali-script-v8/src/rendering/geometry-api.h +++ b/plugins/dali-script-v8/src/rendering/geometry-api.h @@ -1,8 +1,8 @@ -#ifndef __DALI_V8PLUGIN_GEOMETRY_API_H__ -#define __DALI_V8PLUGIN_GEOMETRY_API_H__ +#ifndef DALI_V8PLUGIN_GEOMETRY_API_H +#define DALI_V8PLUGIN_GEOMETRY_API_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -20,7 +20,7 @@ // EXTERNAL INCLUDES #include -#include +#include namespace Dali @@ -61,8 +61,8 @@ namespace GeometryApi void GetNumberOfVertexBuffers( const v8::FunctionCallbackInfo< v8::Value >& args ); void RemoveVertexBuffer( const v8::FunctionCallbackInfo< v8::Value >& args ); void SetIndexBuffer( const v8::FunctionCallbackInfo< v8::Value >& args ); - void SetGeometryType( const v8::FunctionCallbackInfo< v8::Value >& args ); - void GetGeometryType( const v8::FunctionCallbackInfo< v8::Value >& args ); + void SetType( const v8::FunctionCallbackInfo< v8::Value >& args ); + void GetType( const v8::FunctionCallbackInfo< v8::Value >& args ); }; // namespace GeometryApi @@ -70,4 +70,4 @@ namespace GeometryApi } // namespace Dali -#endif // header __DALI_V8PLUGIN_GEOMETRY_API_H__ +#endif // DALI_V8PLUGIN_GEOMETRY_API_H