summaryrefslogtreecommitdiffstats
path: root/src/server/EventWriter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/EventWriter.hpp')
-rw-r--r--src/server/EventWriter.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/EventWriter.hpp b/src/server/EventWriter.hpp
index 18e98421..dbcc1fa4 100644
--- a/src/server/EventWriter.hpp
+++ b/src/server/EventWriter.hpp
@@ -83,7 +83,8 @@ public:
const Atom& value,
Resource::Graph ctx = Resource::Graph::DEFAULT);
- virtual void del(const Raul::URI& uri);
+ virtual void del(const Raul::URI& uri,
+ const Properties& properties = Properties());
virtual void disconnect_all(const Raul::Path& graph,
const Raul::Path& path);