Changeset 28548 in vbox
- Timestamp:
- Apr 21, 2010 8:42:33 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60357
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp
r28546 r28548 183 183 else /* If not found delete stale entries. */ 184 184 { 185 186 187 185 rc = VBoxServiceWritePropF(g_VMInfoGuestPropSvcClientID, "/VirtualBox/GuestAdd/Version", NULL); 186 rc = VBoxServiceWritePropF(g_VMInfoGuestPropSvcClientID, "/VirtualBox/GuestAdd/Revision", NULL); 187 } 188 188 189 189 #ifdef RT_OS_WINDOWS … … 200 200 else /* If not found delete stale entry. */ 201 201 { 202 203 } 202 rc = VBoxServiceWritePropF(g_VMInfoGuestPropSvcClientID, "/VirtualBox/GuestAdd/InstallDir", NULL); 203 } 204 204 VBoxServiceWinGetComponentVersions(g_VMInfoGuestPropSvcClientID); 205 205 #endif 206 206 207 207 /* return rc; */ 208 208 } 209 209
Note:
See TracChangeset
for help on using the changeset viewer.