VirtualBox

Changeset 8766 in vbox for trunk


Ignore:
Timestamp:
May 12, 2008 1:03:38 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
30750
Message:

USBProxyServiceWin32 -> USBProxyServiceWindows

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/HostImpl.cpp

    r8745 r8766  
    157157    mUSBProxyService = new USBProxyServiceSolaris (this);
    158158# elif defined (RT_OS_WINDOWS)
    159     mUSBProxyService = new USBProxyServiceWin32 (this);
     159    mUSBProxyService = new USBProxyServiceWindows (this);
    160160# else
    161161    mUSBProxyService = new USBProxyService (this);
  • trunk/src/VBox/Main/Makefile.kmk

    r8765 r8766  
    245245VBoxSVC_SOURCES.os2     +=     os2/USBProxyServiceOs2.cpp
    246246VBoxSVC_SOURCES.solaris += solaris/USBProxyServiceSolaris.cpp
    247 VBoxSVC_SOURCES.win     +=     win/USBProxyServiceWin32.cpp
     247VBoxSVC_SOURCES.win     +=     win/USBProxyServiceWindows.cpp
    248248endif
    249249
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