dali-adaptor internal folder refactoring
[platform/core/uifw/dali-adaptor.git] / dali / internal / system / ubuntu-x11 / system-settings-x.cpp
index 547c511..2e612e1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2018 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.
@@ -22,7 +22,7 @@
 #include <Elementary.h>
 
 // INTERNAL INCLUDES
-#include <dali/internal/system/generic/system-settings.h>
+#include <dali/internal/system/common/system-settings.h>
 
 namespace Dali
 {
@@ -43,6 +43,11 @@ int GetElmAccessActionOver()
 #endif // DALI_PROFILE_UBUNTU
 }
 
+int GetLongPressTime( int defaultTime )
+{
+  return defaultTime;
+}
+
 } // namespace Adaptor
 
 } // namespace Internal