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 e0b61c9..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,11 +36,14 @@ 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_;
 };
 
-}  // nampace notification
+}  // namespace notification
 #endif  // NOTIFICATION_EX_DBUS_SENDER_IMPLEMENTATION_H_
\ No newline at end of file