Do not export symbols from internal ImfManager classes 68/168168/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 24 Jan 2018 18:34:09 +0000 (18:34 +0000)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 24 Jan 2018 18:34:23 +0000 (18:34 +0000)
Change-Id: I35983e4210c223f4082defad7c083ecf0a09c798

dali/internal/input/common/imf-manager-impl.h
dali/internal/input/tizen-wayland/imf-manager-impl-ecore-wl.h
dali/internal/input/ubuntu-x11/imf-manager-impl-x.h

index e54d91a..fca45c8 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_INTERNAL_INPUT_COMMON_IMF_MANAGER_IMPL_H
 
 /*
- * 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.
@@ -41,7 +41,7 @@ namespace Adaptor
 
 using ImfContext = void;
 
-class DALI_IMPORT_API ImfManager : public Dali::BaseObject
+class ImfManager : public Dali::BaseObject
 {
 
 public:
@@ -316,4 +316,4 @@ public:
 
 } // namespace Dali
 
-#endif // DALI_INTERNAL_INPUT_COMMON_IMF_MANAGER_IMPL_H
\ No newline at end of file
+#endif // DALI_INTERNAL_INPUT_COMMON_IMF_MANAGER_IMPL_H
index c519065..406fe97 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_INTERNAL_INPUT_COMMON_IMF_MANAGER_IMPL_ECORE_WL_H
 
 /*
- * 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.
@@ -41,7 +41,7 @@ namespace Internal
 namespace Adaptor
 {
 
-class DALI_IMPORT_API ImfManagerEcoreWl : public Dali::Internal::Adaptor::ImfManager
+class ImfManagerEcoreWl : public Dali::Internal::Adaptor::ImfManager
 {
 public:
 
index fa2b023..e8e9a22 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_INTERNAL_INPUT_COMMON_IMF_MANAGER_IMPL_X_H
 
 /*
- * 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.
@@ -39,7 +39,7 @@ namespace Internal
 namespace Adaptor
 {
 
-class DALI_IMPORT_API ImfManagerX : public Dali::Internal::Adaptor::ImfManager
+class ImfManagerX : public Dali::Internal::Adaptor::ImfManager
 {
 public: