VirtualBox

Changeset 13922 in vbox


Ignore:
Timestamp:
Nov 6, 2008 2:30:15 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38935
Message:

HostServices/GuestProperties: try to fix a burn that works here

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/GuestProperties/service.cpp

    r13920 r13922  
    6060#include <string>
    6161#include <list>
    62 #include <iterator>
    6362
    6463namespace guestProp {
     
    784783        /* We count backwards, as the guest should normally be querying the
    785784         * most recent events. */
    786         PropertyList::const_reverse_iterator it = mGuestNotifications.rbegin();
     785        PropertyList::reverse_iterator it = mGuestNotifications.rbegin();
    787786        for ( ;    it != mGuestNotifications.rend()
    788787                && it->mTimestamp != u64Timestamp;
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