Changeset 25728 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jan 11, 2010 3:12:52 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56472
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleVRDPServer.h
r23643 r25728 126 126 void notifyRemoteUSBThreadRunning (RTTHREAD thread); 127 127 bool isRemoteUSBThreadRunning (void); 128 void waitRemoteUSBThreadEvent ( unsignedcMillies);128 void waitRemoteUSBThreadEvent (RTMSINTERVAL cMillies); 129 129 130 130 void ClipboardCreate (uint32_t u32ClientId); -
trunk/src/VBox/Main/include/HostHardwareLinux.h
r25349 r25728 202 202 * @param cMillies How long to wait for at most. 203 203 */ 204 int Wait ( unsignedcMillies);204 int Wait (RTMSINTERVAL cMillies); 205 205 /** 206 206 * Interrupts an active wait. In the current implementation, the wait
Note:
See TracChangeset
for help on using the changeset viewer.