From a69b1d0c580bc779740ef79a7d16b69229896785 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 28 Jan 2023 20:31:24 +0100 Subject: Client to Server: send diffs instead of whole file --- diff.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'diff.h') diff --git a/diff.h b/diff.h index fbf09b1..09d0936 100644 --- a/diff.h +++ b/diff.h @@ -11,6 +11,9 @@ public: Diff(const std::string& old_version, const std::string& new_version); void create(const std::string& old_version, const std::string& new_version); + Diff(const boost::property_tree::ptree& ptree); + void create(const boost::property_tree::ptree& ptree); + Diff(const std::string& xml); void create(const std::string& xml); -- cgit v1.2.3