Changeset 40361 in vbox for trunk/src/VBox/HostServices/GuestProperties
- Timestamp:
- Mar 5, 2012 4:25:09 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestProperties/service.cpp
r39242 r40361 1148 1148 /* Send out a host notification */ 1149 1149 if (RT_SUCCESS(rc)) 1150 rc = notifyHost(pszProperty, NULL, u64Timestamp, NULL);1150 rc = notifyHost(pszProperty, "", u64Timestamp, ""); 1151 1151 } 1152 1152 LogFlowThisFunc(("returning\n"));
Note:
See TracChangeset
for help on using the changeset viewer.