Revize fb945cfa
Přidáno uživatelem Eliška Mourycová před téměř 4 roky(ů)
Server/ServerApp/Connection/ConnectionListener.cs | ||
---|---|---|
27 | 27 |
private readonly int PORT; |
28 | 28 |
|
29 | 29 |
// the predictor class instance |
30 |
private IPredictionController predictionController; |
|
30 |
private readonly IPredictionController predictionController;
|
|
31 | 31 |
|
32 | 32 |
public ConnectionListenerAsync(int port, IPredictionController predictionController) |
33 | 33 |
{ |
Také k dispozici: Unified diff
Last changes