bad bad static_cast removed, clean read thread shutdown

This commit is contained in:
Matej Sekoranja
2014-03-26 10:54:16 +01:00
parent d925e0ccfb
commit 3e514c819a
2 changed files with 19 additions and 12 deletions

View File

@@ -4117,7 +4117,7 @@ TODO
auto_ptr<ResponseHandler> handler(new ClientResponseHandler(shared_from_this()));
Transport::shared_pointer t = m_connector->connect(client, handler, *serverAddress, minorRevision, priority);
// TODO !!!
static_pointer_cast<BlockingTCPTransport>(t)->setFlushStrategy(m_flushStrategy);
//static_pointer_cast<BlockingTCPTransport>(t)->setFlushStrategy(m_flushStrategy);
return t;
}
catch (...)