Provide web engine plugin selection feature
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / adaptor-framework / sound-player.h
old mode 100644 (file)
new mode 100755 (executable)
index 9d63bd6..154c429
@@ -2,7 +2,7 @@
 #define __DALI_SOUND_PLAYER_H__
 
 /*
- * Copyright (c) 2015 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,6 +22,9 @@
 #include <dali/public-api/object/base-handle.h>
 #include <dali/public-api/signals/dali-signal.h>
 
+// INTERNAL INCLUDES
+#include <dali/public-api/dali-adaptor-common.h>
+
 namespace Dali
 {
 
@@ -36,7 +39,7 @@ class SoundPlayer;
 /**
  * @brief Plays sound effects.
  */
-class DALI_IMPORT_API SoundPlayer : public BaseHandle
+class DALI_ADAPTOR_API SoundPlayer : public BaseHandle
 {
 public: