From 9979e28b2511c15982ca8d083947eedf513b14f3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 13 Jan 2020 00:19:41 +0100 Subject: WIP: partially restore PlayerVideo transfer over network. --- src/lib/font.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/lib/font.h') diff --git a/src/lib/font.h b/src/lib/font.h index 5876bf8a4..f6949e419 100644 --- a/src/lib/font.h +++ b/src/lib/font.h @@ -27,6 +27,8 @@ #include #include +class Socket; + namespace dcpomatic { class Font @@ -37,7 +39,10 @@ public: explicit Font (cxml::NodePtr node); - void as_xml (xmlpp::Node* node); + void as_xml (xmlpp::Node* node) const; + + void transfer_xml (xmlpp::Node* node) const; + void transfer_binary (boost::shared_ptr socket) const; std::string id () const { return _id; -- cgit v1.2.3