Changeset 76520 in vbox for trunk/src/VBox/Devices/USB
- Timestamp:
- Dec 30, 2018 5:39:55 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127821
- Location:
- trunk/src/VBox/Devices/USB
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/USBProxyDevice.h
r69500 r76520 18 18 #ifndef ___USBProxyDevice_h 19 19 #define ___USBProxyDevice_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/cdefs.h> -
trunk/src/VBox/Devices/USB/VUSBInternal.h
r73097 r76520 23 23 #ifndef ___VUSBInternal_h 24 24 #define ___VUSBInternal_h 25 #ifndef RT_WITHOUT_PRAGMA_ONCE 26 # pragma once 27 #endif 25 28 26 29 #include <VBox/cdefs.h> -
trunk/src/VBox/Devices/USB/VUSBSniffer.h
r69500 r76520 18 18 #ifndef ___VUSBSniffer_h 19 19 #define ___VUSBSniffer_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/cdefs.h> -
trunk/src/VBox/Devices/USB/VUSBSnifferInternal.h
r69500 r76520 18 18 #ifndef ___VUSBSnifferInternal_h 19 19 #define ___VUSBSnifferInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/cdefs.h>
Note:
See TracChangeset
for help on using the changeset viewer.