Purge underscored header file barriers
[platform/core/uifw/dali-toolkit.git] / plugins / dali-script-v8 / src / actors / layer-api.h
index 9667452..e6d0187 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_V8PLUGIN_LAYER_API_H__
-#define __DALI_V8PLUGIN_LAYER_API_H__
+#ifndef DALI_V8PLUGIN_LAYER_API_H
+#define DALI_V8PLUGIN_LAYER_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.
@@ -44,7 +44,7 @@ namespace LayerApi
   void RaiseAbove( const v8::FunctionCallbackInfo< v8::Value >& args );
   void LowerBelow( const v8::FunctionCallbackInfo< v8::Value >& args );
   void RaiseToTop( const v8::FunctionCallbackInfo< v8::Value >& args );
-  void ToBottom( const v8::FunctionCallbackInfo< v8::Value >& args );
+  void LowerToBottom( const v8::FunctionCallbackInfo< v8::Value >& args );
   void MoveBelow( const v8::FunctionCallbackInfo< v8::Value >& args );
   void MoveAbove( const v8::FunctionCallbackInfo< v8::Value >& args );
   void SetDepthTestDisabled( const v8::FunctionCallbackInfo< v8::Value >& args );
@@ -57,4 +57,4 @@ namespace LayerApi
 
 } // namespace Dali
 
-#endif // header __DALI_V8PLUGIN_LAYER_API_H__
+#endif // DALI_V8PLUGIN_LAYER_API_H