Changeset 76487 in vbox for trunk/src/VBox/Main/include/USBDeviceImpl.h
- Timestamp:
- Dec 27, 2018 3:31:39 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/USBDeviceImpl.h
r69500 r76487 1 1 /* $Id$ */ 2 3 2 /** @file 4 3 * Header file for the OUSBDevice (IUSBDevice) class, VBoxC. … … 19 18 #ifndef ____H_USBDEVICEIMPL 20 19 #define ____H_USBDEVICEIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 21 23 22 24 #include "USBDeviceWrap.h"
Note:
See TracChangeset
for help on using the changeset viewer.