X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=notification-ex%2Fdbus_sender_implementation.h;h=cef9c707f73c63bd81c7af333aafbfb288e6b5c5;hb=1e463504afefac38baf1eb10c0e0bdd06d4649a7;hp=b82299b05919b73ae00861a25ff35552fb4e183f;hpb=bb4c69c2b12371d682a8f06453db3660089f7e40;p=platform%2Fcore%2Fapi%2Fnotification.git diff --git a/notification-ex/dbus_sender_implementation.h b/notification-ex/dbus_sender_implementation.h index b82299b..cef9c70 100644 --- a/notification-ex/dbus_sender_implementation.h +++ b/notification-ex/dbus_sender_implementation.h @@ -17,6 +17,8 @@ #ifndef NOTIFICATION_EX_DBUS_SENDER_IMPLEMENTATION_H_ #define NOTIFICATION_EX_DBUS_SENDER_IMPLEMENTATION_H_ +#include + #include #include #include @@ -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_; };