Index: jingle/notifier/listener/notification_defines.cc |
=================================================================== |
--- jingle/notifier/listener/notification_defines.cc (revision 118929) |
+++ jingle/notifier/listener/notification_defines.cc (working copy) |
@@ -6,6 +6,9 @@ |
namespace notifier { |
+Notification::Notification() {} |
+Notification::~Notification() {} |
+ |
std::string Notification::ToString() const { |
return "{ channel: \"" + channel + "\", data: \"" + data + "\" }"; |
} |