]> git.sesse.net Git - casparcg/blobdiff - core/producer/stage.h
git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches...
[casparcg] / core / producer / stage.h
index b13e712571e6e2bc558706a9ba4a599ed5b03120..8fb21a818d5c0a2e693afa50b618cf88f03e4d31 100644 (file)
@@ -25,7 +25,6 @@
 #include <common/memory/safe_ptr.h>\r
 \r
 #include <boost/noncopyable.hpp>\r
-#include <boost/thread/future.hpp>\r
 \r
 namespace caspar { namespace core {\r
 \r
@@ -52,8 +51,8 @@ public:
        void swap_layer(int index, size_t other_index, stage& other);\r
 \r
        layer_status get_status(int index);\r
-       boost::unique_future<safe_ptr<frame_producer>> foreground(size_t index);\r
-       boost::unique_future<safe_ptr<frame_producer>> background(size_t index);\r
+       safe_ptr<frame_producer> foreground(size_t index);\r
+       safe_ptr<frame_producer> background(size_t index);\r
 \r
 private:\r
        struct implementation;\r