65 ResourceRecordType::const_iterator iter =
81 ResourceRecordType::const_iterator iter =
84 const std::set<MoveNode*>& movesInCycle = iter->second;
85 for (std::set<MoveNode*>::const_iterator i = movesInCycle.begin();
86 i != movesInCycle.end(); i++) {
87 if ((*i)->move().isUnconditional()) {
127 std::string msg =
"PSocket was not assigned so it can not be unassigned!";
143 const std::set<MoveNode*>& movesInCycle = iter->second;
144 for (std::set<MoveNode*>::const_iterator i = movesInCycle.begin();
145 i != movesInCycle.end(); i++) {