Sync.
This commit is contained in:
parent
054eb40c2b
commit
7ee13e87d2
@ -85,10 +85,6 @@ namespace core {
|
||||
shutdown("termination requested");
|
||||
}
|
||||
|
||||
void TCPSession::onBlockReceived(std::string block) {
|
||||
|
||||
}
|
||||
|
||||
void TCPSession::sendToAll() {
|
||||
for(auto session : server.sessions)
|
||||
if(session != this)
|
||||
|
Loading…
x
Reference in New Issue
Block a user