#include <set.h>
Inheritance diagram for NxwSocketWrapper:

Public Methods | |
| NxwSocketWrapper () | |
| Constructor. | |
| ~NxwSocketWrapper () | |
| Destructor. | |
| SERIAL | getSocket () |
| Get the current socket. | |
| NXWCLIENT | getClient () |
| Get the current client. | |
| void | insertSocket (NXWSOCKET s) |
| Insert a new socket. | |
| void | insertClient (NXWCLIENT ps) |
| Insert a new client. | |
| void | fillOnline (P_CHAR onlyNearThis, LOGICAL bExcludeThis=true, UI32 nDistance=VISRANGE) |
| Fills with a list of socket. | |
| void | fillOnline (Location location, int nDistance=VISRANGE) |
| Fills with a list of socket. | |
| void | fillOnline (P_ITEM onlyNearThis, int nDistance=VISRANGE) |
| Fills with a list of socket. | |
| void | fillOnline () |
| Fills with a list of socket. | |
|
|
Constructor.
|
|
|
Destructor.
|
|
|
Fills with a list of socket.
|
|
||||||||||||
|
Fills with a list of socket.
|
|
||||||||||||
|
Fills with a list of socket.
|
|
||||||||||||||||
|
Fills with a list of socket.
|
|
|
Get the current client.
|
|
|
Get the current socket.
|
|
|
Insert a new client.
|
|
|
Insert a new socket.
|