Purge underscored header file barriers
[platform/core/uifw/dali-toolkit.git] / plugins / dali-script-v8 / src / controls / control-wrapper.h
index dc4b636..7e4e843 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_V8PLUGIN_CONTROL_WRAPPER_H__
-#define __DALI_V8PLUGIN_CONTROL_WRAPPER_H__
+#ifndef DALI_V8PLUGIN_CONTROL_WRAPPER_H
+#define DALI_V8PLUGIN_CONTROL_WRAPPER_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.
@@ -50,7 +50,8 @@ public:
   {
     UNKNOWN_CONTROL = -1,
     CONTROL         = 0,
-    ITEMVIEW        = 1
+    ITEMVIEW        = 1,
+    SCROLLVIEW      = 2
   };
 
   /**
@@ -124,4 +125,4 @@ private:
 
 } // namespace Dali
 
-#endif // header
+#endif // DALI_V8PLUGIN_CONTROL_WRAPPER_H