diff options
Diffstat (limited to 'libsowatch/notificationplugininterface.cpp')
-rw-r--r-- | libsowatch/notificationplugininterface.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libsowatch/notificationplugininterface.cpp b/libsowatch/notificationplugininterface.cpp new file mode 100644 index 0000000..e32060a --- /dev/null +++ b/libsowatch/notificationplugininterface.cpp @@ -0,0 +1,7 @@ +#include "notificationplugininterface.h" + +using namespace sowatch; + +NotificationPluginInterface::~NotificationPluginInterface() +{ +} |