VirtualBox

Changeset 25728 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Jan 11, 2010 3:12:52 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56472
Message:

*: Use RTMSINTERVAL for timeouts.

Location:
trunk/src/VBox/Main/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/ConsoleVRDPServer.h

    r23643 r25728  
    126126    void notifyRemoteUSBThreadRunning (RTTHREAD thread);
    127127    bool isRemoteUSBThreadRunning (void);
    128     void waitRemoteUSBThreadEvent (unsigned cMillies);
     128    void waitRemoteUSBThreadEvent (RTMSINTERVAL cMillies);
    129129
    130130    void ClipboardCreate (uint32_t u32ClientId);
  • trunk/src/VBox/Main/include/HostHardwareLinux.h

    r25349 r25728  
    202202     * @param    cMillies   How long to wait for at most.
    203203     */
    204     int Wait (unsigned cMillies);
     204    int Wait (RTMSINTERVAL cMillies);
    205205    /**
    206206     * Interrupts an active wait.  In the current implementation, the wait
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette