Add missing EMWSServer::poll function.

Empty of course as server is not supported in HTML5, but the symbol must
be defined.
This commit is contained in:
Fabio Alessandrelli 2018-10-23 12:49:24 +02:00
parent bafcde805c
commit e6a069119b

View File

@ -71,6 +71,9 @@ int EMWSServer::get_peer_port(int p_peer_id) const {
void EMWSServer::disconnect_peer(int p_peer_id, int p_code, String p_reason) {
}
void EMWSServer::poll() {
}
EMWSServer::EMWSServer() {
}