Skip to content

Commit

Permalink
Fixing NQueens example
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed May 17, 2017
1 parent 1b3488c commit 9be832f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
12 changes: 0 additions & 12 deletions examples/nqueen/nqueen.cpp
Expand Up @@ -44,15 +44,3 @@ HPX_REGISTER_ACTION(
board_type::wrapped_type::clear_action,
board_clear_action);

HPX_REGISTER_ACTION(
hpx::lcos::base_lco_with_value<nqueen::list_type>::set_value_action,
set_value_action_vector_std_size_t);

HPX_REGISTER_ACTION(
hpx::lcos::base_lco_with_value<nqueen::list_type>::get_value_action,
get_value_action_vector_std_size_t);

HPX_DEFINE_GET_COMPONENT_TYPE_STATIC(
hpx::lcos::base_lco_with_value<nqueen::list_type>,
hpx::components::component_base_lco_with_value);

9 changes: 0 additions & 9 deletions examples/nqueen/server/nqueen.hpp
Expand Up @@ -163,14 +163,5 @@ HPX_REGISTER_ACTION_DECLARATION(
nqueen::server::board::clear_action,
board_clear_action);

HPX_REGISTER_ACTION_DECLARATION(
hpx::lcos::base_lco_with_value<nqueen::list_type>::set_value_action,
set_value_action_vector_std_size_t);

HPX_REGISTER_ACTION_DECLARATION(
hpx::lcos::base_lco_with_value<nqueen::list_type>::get_value_action,
get_value_action_vector_std_size_t);


#endif // HPX_9FEC203D_0AAB_4213_BA36_456BE578ED3D

0 comments on commit 9be832f

Please sign in to comment.