Changeset 13779 in vbox for trunk/src/VBox/Main/MachineImpl.cpp
- Timestamp:
- Nov 4, 2008 9:46:13 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r13762 r13779 3085 3085 mHWData->mGuestProperties.push_back(property); 3086 3086 } 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); 3087 3094 } 3088 3095 else … … 3100 3107 &dummy, &dummy64, &dummy); 3101 3108 } 3102 if ( SUCCEEDED (rc)3103 && ( matchAll3104 || RTStrSimplePatternMultiMatch (utf8Patterns.raw(), RTSTR_MAX,3105 utf8Name.raw(), RTSTR_MAX, NULL)3106 )3107 )3108 mParent->onGuestPropertyChange (mData->mUuid, aName, aValue, aFlags);3109 3109 return rc; 3110 3110 #endif /* else !defined (VBOX_WITH_GUEST_PROPS) */
Note:
See TracChangeset
for help on using the changeset viewer.