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 b82299b..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>
@@ -34,8 +36,11 @@ class DBusSender::Impl {
   Impl(DBusSender* parent, std::string path);
 
  private:
+  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_;
 };