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:
Aleric Inglewood
2012-11-07 01:49:45 +01:00
parent a495a6bfbc
commit a1f5e6ba43
4 changed files with 13 additions and 13 deletions

View File

@@ -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())