Changeset 57963 in vbox
- Timestamp:
- Sep 30, 2015 10:31:59 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp
r57962 r57963 2065 2065 { 2066 2066 RTThreadSleep(cMsWait); 2067 c Loops <<= 2;2067 cMsWait <<= 1; 2068 2068 } 2069 2069 }
Note:
See TracChangeset
for help on using the changeset viewer.