Purge underscored header file barriers
[platform/core/uifw/dali-toolkit.git] / plugins / dali-script-v8 / src / shared / object-template-helper.h
index df027eb..cbe02c8 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_V8PLUGIN_OBJECT_TEMPLATE_HELPER_H__
-#define __DALI_V8PLUGIN_OBJECT_TEMPLATE_HELPER_H__
+#ifndef DALI_V8PLUGIN_OBJECT_TEMPLATE_HELPER_H
+#define DALI_V8PLUGIN_OBJECT_TEMPLATE_HELPER_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.
@@ -56,11 +56,10 @@ void InstallFunctions( v8::Isolate* isolate,
                               const ApiFunction* functionTable,
                               unsigned int tableCount,
                               FunctionType type = NORMAL_FUNCTIONS);
-
-
 }
-} // V8Plugin
 
-} // Dali
+} // namespace V8Plugin
+
+} // namespace Dali
 
-#endif // __DALI_V8PLUGIN_OBJECT_TEMPLATE_HELPER_H__
+#endif // DALI_V8PLUGIN_OBJECT_TEMPLATE_HELPER_H