Changes following dali-core patch "Renamed enum Geometry::GeometryType to Geometry...
[platform/core/uifw/dali-toolkit.git] / plugins / dali-script-v8 / src / rendering / geometry-api.h
index 2a8778f..a495942 100644 (file)
@@ -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 <v8.h>
-#include <dali/devel-api/rendering/geometry.h>
+#include <dali/public-api/rendering/geometry.h>
 
 
 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