Scripting Module Server Peer. More...
#include <deBaseScriptingServer.h>
Public Member Functions | |
Constructors and Destructors | |
| deBaseScriptingServer () | |
| Creates a new peer. | |
| virtual | ~deBaseScriptingServer () |
| Cleans up the peer. | |
Notifications | |
| virtual deConnection * | IncomingConnection () |
| A remote host is about to connect. | |
Scripting Module Server Peer.
| deBaseScriptingServer::deBaseScriptingServer | ( | ) |
Creates a new peer.
| virtual deBaseScriptingServer::~deBaseScriptingServer | ( | ) | [virtual] |
Cleans up the peer.
| virtual deConnection* deBaseScriptingServer::IncomingConnection | ( | ) | [virtual] |
A remote host is about to connect.
Return a new Conneciton object to bind to this incoming connection ot NULL if no more connections can be handled.
1.7.2