combine AbstractResponseHandler and ResponseHandler

This commit is contained in:
Michael Davidsaver
2017-11-06 14:27:46 -06:00
parent 3071a06000
commit 1d7f15de25
7 changed files with 17 additions and 26 deletions
+1
View File
@@ -103,6 +103,7 @@ void ServerBadResponse::handleResponse(osiSockAddr* responseFrom,
}
ServerResponseHandler::ServerResponseHandler(ServerContextImpl::shared_pointer const & context)
:ResponseHandler(context.get(), "ServerResponseHandler")
{
ResponseHandler::shared_pointer badResponse(new ServerBadResponse(context));
m_handlerTable.resize(CMD_CANCEL_REQUEST+1);