Changeset 99775 in vbox for trunk/src/VBox/HostServices/GuestProperties
- Timestamp:
- May 12, 2023 12:21:58 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 157370
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestProperties/testcase/tstGuestPropSvc.cpp
r98103 r99775 426 426 * SET_PROP_VALUE[_HOST] 427 427 */ 428 int doSetProperty(VBOXHGCMSVCFNTABLE *pTable, const char *pcszName,429 const char *pcszValue, const char *pcszFlags, bool isHost,430 bool useSetProp)428 static int doSetProperty(VBOXHGCMSVCFNTABLE *pTable, const char *pcszName, 429 const char *pcszValue, const char *pcszFlags, bool isHost, 430 bool useSetProp) 431 431 { 432 432 RTThreadSleep(1); /* stupid, stupid timestamp fudge to avoid asserting in getOldNotification() */
Note:
See TracChangeset
for help on using the changeset viewer.