#include <recentConnectionReader.h>
Inheritance diagram for RecentConnectionReader:
Protected Member Functions | |
virtual void | receive_datagram (const NetDatagram &datagram) |
Private Member Functions | |
virtual | ~RecentConnectionReader () |
bool | data_available () |
bool | get_data (NetDatagram &result) |
bool | get_data (Datagram &result) |
Private Attributes | |
PUBLISHED | __pad0__: RecentConnectionReader(ConnectionManager *manager) |
bool | _available |
Datagram | _datagram |
PRLock * | _mutex |
|
Definition at line 45 of file recentConnectionReader.cxx. References _mutex, and ConnectionReader::shutdown(). |
|
Definition at line 60 of file recentConnectionReader.cxx. References _available. |
|
Definition at line 103 of file recentConnectionReader.cxx. References get_data(). |
|
Definition at line 78 of file recentConnectionReader.cxx. References _available, _datagram, and _mutex. Referenced by get_data(). |
|
Implements ConnectionReader. Definition at line 121 of file recentConnectionReader.cxx. References _available, _datagram, and _mutex. |
|
Reimplemented from ConnectionReader. Definition at line 43 of file recentConnectionReader.h. |
|
Definition at line 54 of file recentConnectionReader.h. Referenced by data_available(), get_data(), and receive_datagram(). |
|
Definition at line 55 of file recentConnectionReader.h. Referenced by get_data(), and receive_datagram(). |
|
Definition at line 56 of file recentConnectionReader.h. Referenced by get_data(), receive_datagram(), and ~RecentConnectionReader(). |