1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 11:43:22 +02:00
- Documented module
- Removed comment for destructor
This commit is contained in:
Tristan B. Velloza Kildaire 2023-06-21 11:21:35 +02:00
parent 992808ca5c
commit dfe2110efc

View File

@ -1,3 +1,6 @@
/**
* Client definition
*/
module birchwood.client.client;
import std.socket : Socket, SocketException, Address, getAddress, SocketType, ProtocolType, SocketOSException;
@ -87,9 +90,7 @@ public class Client : Thread
setDefaults(this.connInfo);
}
/**
* TODO: ANything worth callin on destruction?
*/
// TODO: ANything worth callin on destruction?
~this()
{
//TODO: Do something here, tare downs