To not to GetSharedPath if there is no image item in chat-message item
[platform/core/api/notification.git] / notification-ex / dbus_sender_implementation.h
index 1ce5e5f..cef9c70 100644 (file)
@@ -17,6 +17,8 @@
 #ifndef NOTIFICATION_EX_DBUS_SENDER_IMPLEMENTATION_H_
 #define NOTIFICATION_EX_DBUS_SENDER_IMPLEMENTATION_H_
 
+#include <bundle_cpp.h>
+
 #include <string>
 #include <memory>
 #include <list>
@@ -37,7 +39,8 @@ class DBusSender::Impl {
   std::string GetBusName(
       std::string appid, std::string dest_appid) const;
   bool EmitSignal(std::string bus_name, std::string signal_name, GVariant* data);
-  GDBusMessage* MethodCall(std::string appid, std::string method_name, Bundle serialized);
+  GDBusMessage* MethodCall(std::string appid, std::string method_name,
+      tizen_base::Bundle serialized);
   std::string path_;
   DBusSender* parent_;
 };