]> git.sesse.net Git - casparcg/blobdiff - shell/server.h
git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches...
[casparcg] / shell / server.h
index 4506b01be4b82836c58f3ad92fc79f8d414ed704..74a6fda4feb3822edea4acd5212794e37166d67b 100644 (file)
@@ -21,7 +21,7 @@
 \r
 #pragma once\r
 \r
-#include <common/memory/safe_ptr.h>\r
+#include <common/spl/memory.h>\r
 \r
 #include <boost/noncopyable.hpp>\r
 \r
@@ -37,10 +37,10 @@ class server sealed : boost::noncopyable
 {\r
 public:\r
        server();\r
-       const std::vector<safe_ptr<core::video_channel>> get_channels() const;\r
+       const std::vector<spl::shared_ptr<core::video_channel>> get_channels() const;\r
 private:\r
-       struct implementation;\r
-       safe_ptr<implementation> impl_;\r
+       struct impl;\r
+       spl::shared_ptr<impl> impl_;\r
 };\r
 \r
 }
\ No newline at end of file