|
Open Model Railroad Network (OpenMRN)
|
Abstract base class for the Hub's connections. More...
#include <ClientConnection.hxx>
Public Member Functions | |
| virtual bool | ping ()=0 |
| Test the connection whether it is alive; establish the connection if it is dead. | |
| virtual int | fd () |
Abstract base class for the Hub's connections.
Definition at line 48 of file ClientConnection.hxx.
|
inlinevirtual |
Definition at line 59 of file ClientConnection.hxx.
|
inlinevirtual |
Reimplemented in GCFdConnectionClient.
Definition at line 57 of file ClientConnection.hxx.
|
pure virtual |
Test the connection whether it is alive; establish the connection if it is dead.
Implemented in GCFdConnectionClient.