Parent Directory | Revision Log | Patch
revision 1.3 by pam-fi, Tue Jun 16 16:44:59 2009 UTC | revision 1.4 by pam-fi, Tue Oct 27 10:23:59 2009 UTC | |
---|---|---|
# | Line 28 int SmartBlindCollection::ApplyCut(PamLe | Line 28 int SmartBlindCollection::ApplyCut(PamLe |
28 | //Do actions | //Do actions |
29 | if (_actions.size() > 0) { | if (_actions.size() > 0) { |
30 | for (unsigned int i = 0; i < _actions.size(); i++) { | for (unsigned int i = 0; i < _actions.size(); i++) { |
31 | if (_actionsPositions[i] < firstFailed) | if (_actionsPositions[i] < (int)firstFailed) |
32 | _actions[i]->OnGood(event); | _actions[i]->OnGood(event); |
33 | else | else |
34 | _actions[i]->OnBad(event, firstFailed); | _actions[i]->OnBad(event, firstFailed); |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |