Interface for message handling.
More...
#include <net.h>
Interface for message handling.
Definition at line 621 of file net.h.
| NetEventsInterface::~NetEventsInterface |
( |
| ) |
|
|
protecteddefault |
Protected destructor so that instances can only be deleted by derived classes.
If that restriction is no longer desired, this should be made public and virtual.
| virtual void NetEventsInterface::FinalizeNode |
( |
const CNode & |
node, |
|
|
bool & |
update_connection_time |
|
) |
| |
|
pure virtual |
| virtual void NetEventsInterface::InitializeNode |
( |
CNode * |
pnode | ) |
|
|
pure virtual |
| virtual bool NetEventsInterface::ProcessMessages |
( |
CNode * |
pnode, |
|
|
std::atomic< bool > & |
interrupt |
|
) |
| |
|
pure virtual |
| virtual bool NetEventsInterface::SendMessages |
( |
CNode * |
pnode | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: