summaryrefslogtreecommitdiff
path: root/src/notifications/notifier_null.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/notifications/notifier_null.cpp')
-rw-r--r--src/notifications/notifier_null.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/notifications/notifier_null.cpp b/src/notifications/notifier_null.cpp
new file mode 100644
index 0000000..1da99fd
--- /dev/null
+++ b/src/notifications/notifier_null.cpp
@@ -0,0 +1,9 @@
+#include "notifier.hpp"
+
+Notifier::Notifier() {}
+
+Notifier::~Notifier() {}
+
+void Notifier::Notify(const Glib::ustring &id, const Glib::ustring &title, const Glib::ustring &text, const Glib::ustring &default_action, const std::string &icon_path) {}
+
+void Notifier::Withdraw(const Glib::ustring &id) {}