| 237 | } |
| 238 | |
| 239 | void ThriftServer::ThriftServerEventProcessor::processContext(void* context, |
| 240 | std::shared_ptr<TTransport> transport) { |
| 241 | __connection_context__ = reinterpret_cast<ConnectionContext*>(context); |
| 242 | } |
| 243 | |
| 244 | bool ThriftServer::ThriftServerEventProcessor::IsIdleContext(void* context) { |
| 245 | __connection_context__ = reinterpret_cast<ConnectionContext*>(context); |