- Member AP_Chunk::AP_Chunk (const AP_Context &)
- This function is deprecated. The default constructor should be used instead.
- Member AP_CorrelatorInterface::sendEventTo (const char *event, AP_uint64 targetContext, AP_uint64 sourceContext)=0
- This function is deprecated in favour of calling sendEventTo that takes a const AP_Context&. In particular, you may not call this function from a plugin event handler and must pass in an AP_Context& to avoid deadlocks.