From 640a0fe4d14d30c2f5d2ccd0424e244f4de91390 Mon Sep 17 00:00:00 2001 From: Adeel Kazmi Date: Wed, 24 Jan 2018 18:34:09 +0000 Subject: [PATCH] Do not export symbols from internal ImfManager classes Change-Id: I35983e4210c223f4082defad7c083ecf0a09c798 --- dali/internal/input/common/imf-manager-impl.h | 6 +++--- dali/internal/input/tizen-wayland/imf-manager-impl-ecore-wl.h | 4 ++-- dali/internal/input/ubuntu-x11/imf-manager-impl-x.h | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dali/internal/input/common/imf-manager-impl.h b/dali/internal/input/common/imf-manager-impl.h index e54d91a..fca45c8 100644 --- a/dali/internal/input/common/imf-manager-impl.h +++ b/dali/internal/input/common/imf-manager-impl.h @@ -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 diff --git a/dali/internal/input/tizen-wayland/imf-manager-impl-ecore-wl.h b/dali/internal/input/tizen-wayland/imf-manager-impl-ecore-wl.h index c519065..406fe97 100644 --- a/dali/internal/input/tizen-wayland/imf-manager-impl-ecore-wl.h +++ b/dali/internal/input/tizen-wayland/imf-manager-impl-ecore-wl.h @@ -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: diff --git a/dali/internal/input/ubuntu-x11/imf-manager-impl-x.h b/dali/internal/input/ubuntu-x11/imf-manager-impl-x.h index fa2b023..e8e9a22 100644 --- a/dali/internal/input/ubuntu-x11/imf-manager-impl-x.h +++ b/dali/internal/input/ubuntu-x11/imf-manager-impl-x.h @@ -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: -- 2.7.4