Rename AICurlResponderBufferEvents to AIBufferedCurlEasyRequestEvents
Since we changed CurlResponderBuffer to be derived from CurlEasyRequest and therefore changed it's name to BufferedCurlEasyRequest, we should also rename AICurlResponderBufferEvents to AIBufferedCurlEasyRequestEvents. This commit also fixes C++ comment in several places to reflex the previous name change.
This commit is contained in:
@@ -592,7 +592,7 @@ void AIStateMachine::flush(void)
|
||||
AIStateMachine& statemachine(iter->statemachine());
|
||||
if (statemachine.abortable())
|
||||
{
|
||||
// We can't safely call abort() here for non-running (run() was called, but they we're initialized yet) statemachines,
|
||||
// We can't safely call abort() here for non-running (run() was called, but they weren't initialized yet) statemachines,
|
||||
// because that might call kill() which in some cases is undesirable (ie, when it is owned by a partent that will
|
||||
// also call abort() on it when it is aborted itself).
|
||||
if (statemachine.running())
|
||||
|
||||
Reference in New Issue
Block a user