The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | List of all members
syncmp_handler Class Referenceabstract

#include <syncmp_handler.hpp>

Inheritance diagram for syncmp_handler:
Inheritance graph

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 21 of file syncmp_handler.hpp.

Constructor & Destructor Documentation

syncmp_handler::syncmp_handler ( )

Definition at line 19 of file syncmp_handler.cpp.

References syncmp_registry::add_handler().

syncmp_handler::~syncmp_handler ( )
virtual

Definition at line 24 of file syncmp_handler.cpp.

References syncmp_registry::remove_handler().

Member Function Documentation

virtual void syncmp_handler::pull_remote_choice ( )
pure virtual

Implemented in playmp_controller.

virtual void syncmp_handler::send_user_choice ( )
pure virtual

Implemented in playmp_controller.


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