Merge "Updated all code to new format" into devel/master
[platform/core/uifw/dali-core.git] / dali / internal / event / common / event-thread-services.cpp
index 66e87e9..75b6c8a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2018 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2021 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.
@@ -24,11 +24,15 @@ namespace Dali
 {
 namespace Internal
 {
+EventThreadServices& EventThreadServices::Get()
+{
+  return ThreadLocalStorage::Get().GetEventThreadServices();
+}
 
 bool EventThreadServices::IsCoreRunning()
 {
   return ThreadLocalStorage::Created();
 }
 
-} // Internal
-} // Dali
+} // namespace Internal
+} // namespace Dali