VirtualBox

Ignore:
Timestamp:
Nov 4, 2008 9:46:13 AM (16 years ago)
Author:
vboxsync
Message:

Recommitted r38734: Guest Properties (HostServices and Main): major clean up of the guest property service

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineImpl.cpp

    r13762 r13779  
    30853085            mHWData->mGuestProperties.push_back(property);
    30863086        }
     3087        if (   SUCCEEDED (rc)
     3088            && (   matchAll
     3089                || RTStrSimplePatternMultiMatch (utf8Patterns.raw(), RTSTR_MAX,
     3090                                                utf8Name.raw(), RTSTR_MAX, NULL)
     3091              )
     3092          )
     3093            mParent->onGuestPropertyChange (mData->mUuid, aName, aValue, aFlags);
    30873094    }
    30883095    else
     
    31003107                                                 &dummy, &dummy64, &dummy);
    31013108    }
    3102     if (   SUCCEEDED (rc)
    3103         && (   matchAll
    3104             || RTStrSimplePatternMultiMatch (utf8Patterns.raw(), RTSTR_MAX,
    3105                                              utf8Name.raw(), RTSTR_MAX, NULL)
    3106            )
    3107        )
    3108         mParent->onGuestPropertyChange (mData->mUuid, aName, aValue, aFlags);
    31093109    return rc;
    31103110#endif /* else !defined (VBOX_WITH_GUEST_PROPS) */
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