]> git.sesse.net Git - casparcg/blobdiff - modules/flash/producer/flash_producer.h
2.0. Updated namespaces.
[casparcg] / modules / flash / producer / flash_producer.h
index a5362d2067dd454f2d8a1976436689029d4f9813..85b299cf09903b01a7b454526a273854f8c6bcb2 100644 (file)
 #include <vector>\r
 #include <string>\r
 \r
-namespace caspar {\r
+namespace caspar { namespace flash {\r
 \r
-safe_ptr<core::frame_producer> create_flash_producer(const safe_ptr<core::frame_factory>& frame_factory, const std::vector<std::wstring>& params);\r
+safe_ptr<core::frame_producer> create_producer(const safe_ptr<core::frame_factory>& frame_factory, const std::vector<std::wstring>& params);\r
 \r
-std::wstring find_flash_template(const std::wstring& templateName);\r
+std::wstring find_template(const std::wstring& templateName);\r
 \r
-}
\ No newline at end of file
+}}
\ No newline at end of file