Rework the server to remove rest_xxx classes.
This commit is contained in:
@@ -4,9 +4,6 @@
|
||||
|
||||
namespace webcc {
|
||||
|
||||
ConnectionPool::ConnectionPool() {
|
||||
}
|
||||
|
||||
void ConnectionPool::Start(ConnectionPtr c) {
|
||||
LOG_VERB("Starting connection...");
|
||||
connections_.insert(c);
|
||||
|
||||
Reference in New Issue
Block a user