]> git.sesse.net Git - casparcg/blobdiff - shell/server.h
2.0.0.2
[casparcg] / shell / server.h
index d73088611735bcd8e9bda790f9bb09f195381dba..579a1e7d1182196609d69a5ee4dd1da0024fe882 100644 (file)
@@ -20,7 +20,7 @@
 \r
 #pragma once\r
 \r
-#include <core/channel.h>\r
+#include <core/video_channel.h>\r
 \r
 #include <common/exception/exceptions.h>\r
 \r
 #include <vector>\r
 \r
 namespace caspar {\r
-\r
-std::vector<safe_ptr<core::channel>> initialize_channels();\r
-       \r
-struct invalid_bootstrapper : virtual boost::exception, virtual std::exception {};\r
-\r
+               \r
 class server : boost::noncopyable\r
 {\r
 public:\r
        server();\r
 \r
-       const std::vector<safe_ptr<core::channel>> get_channels() const;\r
+       const std::vector<safe_ptr<core::video_channel>> get_channels() const;\r
 \r
 private:\r
        struct implementation;\r