Problem: destructors of tcp_connecter_t, ipc_connecter_t, tipc_connecter_t contain duplicated code

Solution: pull up to stream_connecter_base_t
This commit is contained in:
Simon Giesecke
2019-01-31 08:55:39 -05:00
parent d6f8d246e2
commit 74667ebcba
7 changed files with 10 additions and 19 deletions

View File

@@ -49,7 +49,6 @@ class tipc_connecter_t : public stream_connecter_base_t
const options_t &options_,
address_t *addr_,
bool delayed_start_);
~tipc_connecter_t ();
private:
// ID of the timer used to delay the reconnection.