Changeset 30856 in vbox
- Timestamp:
- Jul 14, 2010 6:50:49 PM (15 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/USBControllerImpl.cpp
r30854 r30856 393 393 class ATL_NO_VTABLE USBDeviceFilter : 394 394 public VirtualBoxBase, 395 public VirtualBoxSupportErrorInfoImpl<USBDeviceFilter, IUSBDeviceFilter>, 396 public VirtualBoxSupportTranslation<USBDeviceFilter>, 397 public IUSBDeviceFilter 395 VBOX_SCRIPTABLE_IMPL(IUSBDeviceFilter) 398 396 { 399 397 public: -
trunk/src/VBox/Main/xpcom/server.cpp
r30764 r30856 5 5 6 6 /* 7 * Copyright (C) 2006-20 09Oracle Corporation7 * Copyright (C) 2006-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 78 78 #include <ParallelPortImpl.h> 79 79 #include <USBControllerImpl.h> 80 #include "USBDeviceFilterImpl.h"81 80 #include "DHCPServerRunner.h" 82 81 #include "DHCPServerImpl.h" 83 82 #ifdef VBOX_WITH_USB 83 # include "USBDeviceFilterImpl.h" 84 84 # include <HostUSBDeviceImpl.h> 85 85 # include <USBDeviceImpl.h>
Note:
See TracChangeset
for help on using the changeset viewer.