Commit e2054014 authored by Joseph Noir's avatar Joseph Noir

added get_command_dispatcher()

parent a1f03572
...@@ -67,6 +67,11 @@ inline detail::empty_tuple* get_empty_tuple() { ...@@ -67,6 +67,11 @@ inline detail::empty_tuple* get_empty_tuple() {
return detail::singleton_manager::get_empty_tuple(); return detail::singleton_manager::get_empty_tuple();
} }
inline opencl::command_dispatcher* get_command_dispatcher() {
return detail::singleton_manager::get_command_dispatcher();
}
} // namespace cppa } // namespace cppa
#endif // CPPA_SINGLETONS_HPP #endif // CPPA_SINGLETONS_HPP
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment