The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Private Attributes | List of all members
connect_aborter Class Reference
Inheritance diagram for connect_aborter:
Inheritance graph

Public Member Functions

 connect_aborter ()
 
ACTION process ()
 
- Public Member Functions inherited from threading::waiter
virtual ~waiter ()
 

Private Attributes

size_t start_
 

Additional Inherited Members

- Public Types inherited from threading::waiter
enum  ACTION { WAIT, ABORT }
 

Detailed Description

Definition at line 155 of file test_network_worker.cpp.

Constructor & Destructor Documentation

connect_aborter::connect_aborter ( )
inline

Definition at line 158 of file test_network_worker.cpp.

Member Function Documentation

connect_aborter::ACTION connect_aborter::process ( )
virtual

Implements threading::waiter.

Definition at line 166 of file test_network_worker.cpp.

References threading::waiter::ABORT, start_, and threading::waiter::WAIT.

Member Data Documentation

size_t connect_aborter::start_
private

Definition at line 163 of file test_network_worker.cpp.

Referenced by process().


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