#include <replay.hpp>
Public Member Functions | |
replay_network_sender (replay &obj) | |
~replay_network_sender () | |
void | sync_non_undoable () |
void | commit_and_sync () |
Private Attributes | |
replay & | obj_ |
int | upto_ |
Definition at line 170 of file replay.hpp.
replay_network_sender::replay_network_sender | ( | replay & | obj | ) |
Definition at line 872 of file replay.cpp.
replay_network_sender::~replay_network_sender | ( | ) |
Definition at line 876 of file replay.cpp.
References commit_and_sync().
void replay_network_sender::commit_and_sync | ( | ) |
Definition at line 896 of file replay.cpp.
References config::add_child(), resources::controller, config::empty(), replay::get_data_range(), replay::ncommands(), obj_, play_controller::send_to_wesnothd(), upto_, and resources::whiteboard.
Referenced by turn_info::send_data(), and ~replay_network_sender().
void replay_network_sender::sync_non_undoable | ( | ) |
Definition at line 883 of file replay.cpp.
References config::add_child(), resources::controller, config::empty(), replay::get_data_range(), replay::ncommands(), replay::NON_UNDO_DATA, obj_, play_controller::send_to_wesnothd(), upto_, and resources::whiteboard.
Referenced by turn_info::send_data().
|
private |
Definition at line 179 of file replay.hpp.
Referenced by commit_and_sync(), and sync_non_undoable().
|
private |
Definition at line 180 of file replay.hpp.
Referenced by commit_and_sync(), and sync_non_undoable().