Changeset 76531 in vbox for trunk/src/VBox/ValidationKit/utils/usb
- Timestamp:
- Dec 30, 2018 6:03:11 AM (6 years ago)
- Location:
- trunk/src/VBox/ValidationKit/utils/usb
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadget.h
r69111 r76531 27 27 #ifndef ___UsbTestServiceGadget_h___ 28 28 #define ___UsbTestServiceGadget_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/cdefs.h> -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetHostInternal.h
r69111 r76531 27 27 #ifndef ___UsbTestServiceGadgetHostInternal_h___ 28 28 #define ___UsbTestServiceGadgetHostInternal_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/cdefs.h> -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetInternal.h
r69111 r76531 27 27 #ifndef ___UsbTestServiceGadgetInternal_h___ 28 28 #define ___UsbTestServiceGadgetInternal_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/cdefs.h> -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceInternal.h
r69111 r76531 27 27 #ifndef ___UsbTestServiceInternal_h___ 28 28 #define ___UsbTestServiceInternal_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/getopt.h> -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServicePlatform.h
r69111 r76531 27 27 #ifndef ___UsbTestServicePlatform_h___ 28 28 #define ___UsbTestServicePlatform_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/cdefs.h> -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceProtocol.h
r69111 r76531 27 27 #ifndef ___UsbTestServiceProtocol_h___ 28 28 #define ___UsbTestServiceProtocol_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/cdefs.h>
Note:
See TracChangeset
for help on using the changeset viewer.