Removed extra changes in previous commit
This commit is contained in:
parent
004687e060
commit
004bff3eb9
1 changed files with 0 additions and 13 deletions
|
@ -82,19 +82,6 @@ struct connection_details {
|
|||
int remote_handle;
|
||||
|
||||
int connected_at;
|
||||
|
||||
bool operator>(const connection_details& o)
|
||||
{ return activity_key > o.get_key(); }
|
||||
|
||||
size_t get_key()
|
||||
{ return activity_key; }
|
||||
|
||||
void set_activity()
|
||||
{ }
|
||||
|
||||
private:
|
||||
size_t last_activity;
|
||||
size_t activity_key;
|
||||
};
|
||||
|
||||
typedef std::map<network::connection,connection_details> connection_map;
|
||||
|
|
Loading…
Add table
Reference in a new issue