// Copyright (c) 2016 Thomas Heller // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #ifndef HPX_RUNTIME_ACTIONS_FWD_HPP #define HPX_RUNTIME_ACTIONS_FWD_HPP #include #include #include namespace hpx { namespace actions { /// \cond NOINTERNAL struct base_action; /////////////////////////////////////////////////////////////////////////// template struct transfer_action; template struct transfer_continuation_action; template struct basic_action; namespace detail { HPX_API_EXPORT std::uint32_t get_action_id_from_name( char const* action_name); } /// \endcond }} #endif