From e170d9908c191180aefe71ff7cfa81a5ba08ed83 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 15 Nov 2015 20:23:25 +0000 Subject: Save trusted devices. --- src/lib/screen.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/screen.h') diff --git a/src/lib/screen.h b/src/lib/screen.h index 6e3b8b01d..0ae483544 100644 --- a/src/lib/screen.h +++ b/src/lib/screen.h @@ -33,9 +33,10 @@ class Cinema; class Screen { public: - Screen (std::string const & n, boost::optional rec) + Screen (std::string const & n, boost::optional rec, std::vector td) : name (n) , recipient (rec) + , trusted_devices (td) {} Screen (cxml::ConstNodePtr); @@ -45,4 +46,5 @@ public: boost::shared_ptr cinema; std::string name; boost::optional recipient; + std::vector trusted_devices; }; -- cgit v1.2.3