Fix build error.
[platform/core/uifw/dali-adaptor.git] / adaptors / common / locale-utils.h
index 0db57a9..ecb251a 100644 (file)
@@ -2,7 +2,7 @@
 #define __DALI_INTERNAL_LOCALE_UTILS_H__
 
 /*
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2017 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.
@@ -21,9 +21,6 @@
 // EXTERNAL INCLUDES
 #include <string>
 
-// INTERNAL INCLUDES
-#include <virtual-keyboard.h>
-
 namespace Dali
 {
 
@@ -36,7 +33,13 @@ namespace Adaptor
 namespace Locale
 {
 
-Dali::VirtualKeyboard::TextDirection GetTextDirection( std::string locale );
+enum Direction
+{
+  LeftToRight,
+  RightToLeft,
+};
+
+Locale::Direction GetDirection( const std::string& locale );
 
 } // namespace Locale