VirtualBox

Ignore:
Timestamp:
May 22, 2015 2:06:29 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
100548
Message:

postfix iterator => prefix iterator and stlSize => stlEmpty where appropriate

Location:
trunk/src/VBox/Frontends/VBoxBalloonCtrl
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxBalloonCtrl/VBoxModAPIMonitor.cpp

    r55214 r56030  
    329329                fHandleVM = true;
    330330
    331             itVMGroup++;
     331            ++itVMGroup;
    332332        }
    333333    }
     
    379379        }
    380380
    381         it++;
     381        ++it;
    382382    }
    383383
     
    509509        {
    510510            serviceLogVerbose((" %s", itGroups->first.c_str()));
    511             itGroups++;
     511            ++itGroups;
    512512        }
    513513        serviceLogVerbose(("\n"));
  • trunk/src/VBox/Frontends/VBoxBalloonCtrl/VBoxModBallooning.cpp

    r44875 r56030  
    490490            break;
    491491
    492         it++;
     492        ++it;
    493493    }
    494494
  • trunk/src/VBox/Frontends/VBoxBalloonCtrl/VBoxWatchdog.cpp

    r46649 r56030  
    397397            serviceLogVerbose(("Group \"%s\" has now %ld machine(s)\n",
    398398                               itGroup->first.c_str(), itGroups->second.size()));
    399             itGroup++;
     399            ++itGroup;
    400400        }
    401401
     
    467467            }
    468468
    469             itGroups++;
     469            ++itGroups;
    470470        }
    471471
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette