[wesnoth-commits] [wesnoth/wesnoth] 8ee360: Move coro_* helpers into server_base class
Sergey Popov
noreply at github.com
Fri Dec 18 14:02:41 UTC 2020
Branch: refs/heads/coroutine_experiment
Home: https://github.com/wesnoth/wesnoth
Commit: 8ee360fb74502eafddc2794dae0458cf16fa14f2
https://github.com/wesnoth/wesnoth/commit/8ee360fb74502eafddc2794dae0458cf16fa14f2
Author: loonycyborg <loonycyborg at gmail.com>
Date: 2020-12-18 (Fri, 18 Dec 2020)
Changed paths:
M src/server/campaignd/server.cpp
R src/server/common/send_receive_wml_helpers.ipp
M src/server/common/server_base.cpp
M src/server/common/server_base.hpp
M src/server/wesnothd/server.cpp
Log Message:
-----------
Move coro_* helpers into server_base class
Those helpers were in .ipp solely because they were templated on handler
types, this is no longer true after coroutine based rework.
More information about the Commits
mailing list