Searched refs:allConnections (Results 1 – 1 of 1) sorted by relevance
124 std::vector<ConnectionHandler*> allConnections; in ~TcpServer() local131 …eConnections.begin(), m_liveConnections.end(), std::inserter(allConnections, allConnections.end())… in ~TcpServer()132 …eConnections.begin(), m_doneConnections.end(), std::inserter(allConnections, allConnections.end())… in ~TcpServer()140 …r (std::vector<ConnectionHandler*>::const_iterator i = allConnections.begin(); i != allConnections… in ~TcpServer()