VirtualBox

Changeset 70062 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Dec 11, 2017 3:27:48 PM (7 years ago)
Author:
vboxsync
Message:

GuestPropertySvc.h: Working on making it usable from C (VBoxGuest, ++)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/HostServices/GuestPropertySvc.h

    r70061 r70062  
    183183    {
    184184        char *pszNext;
     185        unsigned i;
    185186
    186187        /* TRANSRESET implies TRANSIENT.  For compatability with old clients we
     
    190191
    191192        pszNext = pszFlags;
    192         for (unsigned i = 0; i < RT_ELEMENTS(s_aFlagList); ++i)
     193        for (i = 0; i < RT_ELEMENTS(s_aFlagList); ++i)
    193194        {
    194195            if (s_aFlagList[i] == (fFlags & s_aFlagList[i]))
Note: See TracChangeset for help on using the changeset viewer.

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