diff options
Diffstat (limited to 'src/server/EventWriter.hpp')
-rw-r--r-- | src/server/EventWriter.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/server/EventWriter.hpp b/src/server/EventWriter.hpp index 89493051..1c031961 100644 --- a/src/server/EventWriter.hpp +++ b/src/server/EventWriter.hpp @@ -64,6 +64,9 @@ public: const Resource::Properties& remove, const Resource::Properties& add); + virtual void copy(const Raul::Path& old_path, + const Raul::URI& new_uri); + virtual void move(const Raul::Path& old_path, const Raul::Path& new_path); |