Revert "[Tizen] Support custom fonts registration"
[platform/core/uifw/dali-adaptor.git] / dali / integration-api / adaptor.h
old mode 100644 (file)
new mode 100755 (executable)
index 0a8a650..e3a2115
@@ -2,7 +2,7 @@
 #define __DALI_INTEGRATION_ADAPTOR_H__
 
 /*
- * Copyright (c) 2017 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.
 // INTERNAL INCLUDES
 #include <dali/public-api/adaptor-framework/window.h>
 #include <dali/public-api/adaptor-framework/application-configuration.h>
+#include <dali/public-api/dali-adaptor-common.h>
+
+#ifdef DALI_ADAPTOR_COMPILATION
+#include <dali/integration-api/log-factory-interface.h>
+#else
+#include <dali/integration-api/adaptors/log-factory-interface.h>
+#endif
 
 
 namespace Dali
@@ -101,7 +108,7 @@ class Adaptor;
  *
  * @see RenderSurface
  */
-class DALI_IMPORT_API Adaptor
+class DALI_ADAPTOR_API Adaptor
 {
 public:
 
@@ -335,6 +342,12 @@ public:
    */
   void RenderOnce();
 
+  /**
+   * @brief The log factory allows installation of a logger function in worker threads.
+   * @return An interface to a logging factory
+   */
+  const LogFactoryInterface& GetLogFactory();
+
 public:  // Signals
 
   /**