Rename (non-) KeepBuffer to AutoClearChanBuffer.

It should be a less confusing name...
This commit is contained in:
Alexey Sokolov
2012-05-09 22:32:12 +07:00
parent ef54786d88
commit 27f42d1118
16 changed files with 110 additions and 89 deletions

View File

@@ -25,9 +25,9 @@ public:
continue;
(*it)->ClearBuffer();
// We force KeepBuffer on all channels since this module
// doesnt make any sense without
(*it)->SetKeepBuffer(true);
// We deny AutoClearChanBuffer on all channels since this module
// doesn't make any sense with it
(*it)->SetAutoClearChanBuffer(false);
}
}
}