Changeset 57358 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB/testcase
- Timestamp:
- Aug 14, 2015 3:16:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/testcase/tstUSBFilter.cpp
r56293 r57358 17 17 18 18 19 /******************************************************************************* 20 * Header Files *21 ******************************************************************************* /19 /********************************************************************************************************************************* 20 * Header Files * 21 *********************************************************************************************************************************/ 22 22 #include <VBox/usbfilter.h> 23 23 #include <VBox/err.h> … … 28 28 #include <iprt/initterm.h> 29 29 30 /******************************************************************************* 31 * Defined Constants And Macros * 32 *******************************************************************************/ 30 31 /********************************************************************************************************************************* 32 * Defined Constants And Macros * 33 *********************************************************************************************************************************/ 33 34 #define TESTCASE "tstUSBFilter" 34 35 … … 51 52 } while (0) 52 53 53 /******************************************************************************* 54 * Global Variables * 55 *******************************************************************************/ 54 55 /********************************************************************************************************************************* 56 * Global Variables * 57 *********************************************************************************************************************************/ 56 58 static const char g_szString64[64+1] = 57 59 {
Note:
See TracChangeset
for help on using the changeset viewer.