Changeset 58031 in vbox for trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp
- Timestamp:
- Oct 5, 2015 9:01:30 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp
r58029 r58031 424 424 if (RT_SUCCESS(rc)) 425 425 rc = VGSvcPropCacheUpdate(pCache, pszName, pszValue); 426 if (rc == VINF_SUCCESS) /* V BoxServicePropCacheUpdate will also return VINF_NO_CHANGE. */426 if (rc == VINF_SUCCESS) /* VGSvcPropCacheUpdate will also return VINF_NO_CHANGE. */ 427 427 { 428 428 /** @todo Combine updating flags w/ updating the actual value. */
Note:
See TracChangeset
for help on using the changeset viewer.