mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-27 19:10:22 +01:00
Problem: reconnect_timer_id duplicated and essentially used only in base class
Solution: removed definitions and uses in subclasses
This commit is contained in:
@@ -51,12 +51,6 @@ class tipc_connecter_t : public stream_connecter_base_t
|
||||
bool delayed_start_);
|
||||
|
||||
private:
|
||||
// ID of the timer used to delay the reconnection.
|
||||
enum
|
||||
{
|
||||
reconnect_timer_id = 1
|
||||
};
|
||||
|
||||
// Handlers for I/O events.
|
||||
void out_event ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user