- Timestamp:
- Sep 21, 2010 8:41:09 AM (14 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredential.cpp
r32431 r32655 236 236 /* 237 237 * Force a re-iteration of the provider (which will give zero credentials 238 * to try out because we just reset tedour one and only a line above.238 * to try out because we just reset our one and only a line above. 239 239 */ 240 240 if (m_pProvider) -
trunk/src/VBox/VMM/PDMAsyncCompletionFileInternal.h
r29587 r32655 222 222 uint32_t cbVMTransferPerSecStep; 223 223 /** Number of bytes we are allowed to transfer till the next update. 224 * Reset tedby the refresh timer. */224 * Reset by the refresh timer. */ 225 225 volatile uint32_t cbVMTransferAllowed; 226 226 /** Timestamp of the last update */
Note:
See TracChangeset
for help on using the changeset viewer.