The Battle for Wesnoth  1.19.0-dev
Public Member Functions | List of all members
syncmp_handler Class Referenceabstract

#include <syncmp_handler.hpp>

Inheritance diagram for syncmp_handler:

Public Member Functions

 syncmp_handler ()
 
virtual void pull_remote_choice ()=0
 
virtual void send_user_choice ()=0
 
virtual ~syncmp_handler ()
 

Detailed Description

Definition at line 22 of file syncmp_handler.hpp.

Constructor & Destructor Documentation

◆ syncmp_handler()

syncmp_handler::syncmp_handler ( )

Definition at line 21 of file syncmp_handler.cpp.

References syncmp_registry::add_handler().

◆ ~syncmp_handler()

syncmp_handler::~syncmp_handler ( )
virtual

Definition at line 26 of file syncmp_handler.cpp.

References syncmp_registry::remove_handler().

Member Function Documentation

◆ pull_remote_choice()

virtual void syncmp_handler::pull_remote_choice ( )
pure virtual

Implemented in playmp_controller.

◆ send_user_choice()

virtual void syncmp_handler::send_user_choice ( )
pure virtual

Implemented in playmp_controller.


The documentation for this class was generated from the following files: