diff options
Diffstat (limited to 'src/client/HTTPEngineSender.cpp')
-rw-r--r-- | src/client/HTTPEngineSender.cpp | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/src/client/HTTPEngineSender.cpp b/src/client/HTTPEngineSender.cpp index 0b544600..d515926b 100644 --- a/src/client/HTTPEngineSender.cpp +++ b/src/client/HTTPEngineSender.cpp @@ -135,6 +135,15 @@ HTTPEngineSender::put(const URI& uri, void +HTTPEngineSender::delta(const Raul::URI& path, + const Shared::Resource::Properties& remove, + const Shared::Resource::Properties& add) +{ + warn << "FIXME: HTTP DELTA" << endl; +} + + +void HTTPEngineSender::move(const Path& old_path, const Path& new_path) { @@ -186,12 +195,6 @@ HTTPEngineSender::set_voice_value(const Path& port_path, void -HTTPEngineSender::learn(const Path& path) -{ -} - - -void HTTPEngineSender::set_property(const URI& subject, const URI& predicate, const Atom& value) |