Changeset 56030 in vbox for trunk/src/VBox/Frontends/VBoxBalloonCtrl
- Timestamp:
- May 22, 2015 2:06:29 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100548
- Location:
- trunk/src/VBox/Frontends/VBoxBalloonCtrl
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBalloonCtrl/VBoxModAPIMonitor.cpp
r55214 r56030 329 329 fHandleVM = true; 330 330 331 itVMGroup++;331 ++itVMGroup; 332 332 } 333 333 } … … 379 379 } 380 380 381 it++;381 ++it; 382 382 } 383 383 … … 509 509 { 510 510 serviceLogVerbose((" %s", itGroups->first.c_str())); 511 itGroups++;511 ++itGroups; 512 512 } 513 513 serviceLogVerbose(("\n")); -
trunk/src/VBox/Frontends/VBoxBalloonCtrl/VBoxModBallooning.cpp
r44875 r56030 490 490 break; 491 491 492 it++;492 ++it; 493 493 } 494 494 -
trunk/src/VBox/Frontends/VBoxBalloonCtrl/VBoxWatchdog.cpp
r46649 r56030 397 397 serviceLogVerbose(("Group \"%s\" has now %ld machine(s)\n", 398 398 itGroup->first.c_str(), itGroups->second.size())); 399 itGroup++;399 ++itGroup; 400 400 } 401 401 … … 467 467 } 468 468 469 itGroups++;469 ++itGroups; 470 470 } 471 471
Note:
See TracChangeset
for help on using the changeset viewer.