Code cleanup
This commit is contained in:
@@ -83,8 +83,8 @@ bool SocketServer::isOkay(void)
|
||||
}
|
||||
|
||||
/// @brief This is the listener. It will wait for incoming connections.
|
||||
/// When an incoming connection is received it will create a SocketConnectionReceiver object and call it's threadFunction to handle further interactions
|
||||
/// such as transmitting a file.
|
||||
/// When an incoming connection is received it will create a SocketConnectionReceiver object and call it's threadFunction
|
||||
/// to handle further interactions such as transmitting a file.
|
||||
void SocketServer::listen(void)
|
||||
{
|
||||
while(isOkay())
|
||||
|
||||
Reference in New Issue
Block a user