Revert "[Tizen] Add DALi Autofill implementation"
[platform/core/uifw/dali-adaptor.git] / dali / internal / system / common / locale-utils.h
index ecb251a..9e82c55 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_INTERNAL_LOCALE_UTILS_H__
-#define __DALI_INTERNAL_LOCALE_UTILS_H__
+#ifndef DALI_INTERNAL_LOCALE_UTILS_H
+#define DALI_INTERNAL_LOCALE_UTILS_H
 
 /*
- * Copyright (c) 2017 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.
@@ -35,8 +35,8 @@ namespace Locale
 
 enum Direction
 {
-  LeftToRight,
-  RightToLeft,
+  LEFT_TO_RIGHT,
+  RIGHT_TO_LEFT,
 };
 
 Locale::Direction GetDirection( const std::string& locale );
@@ -49,4 +49,4 @@ Locale::Direction GetDirection( const std::string& locale );
 
 } // namespace Dali
 
-#endif // __DALI_INTERNAL_LOCALE_UTILS_H__
+#endif // DALI_INTERNAL_LOCALE_UTILS_H