diff --git a/source/birchwood/client/client.d b/source/birchwood/client/client.d index ebfec5a..c86478d 100644 --- a/source/birchwood/client/client.d +++ b/source/birchwood/client/client.d @@ -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