Changeset 98578 in vbox for trunk/src/VBox/HostServices/SharedClipboard
- Timestamp:
- Feb 15, 2023 2:00:05 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/testcase/tstClipboardMockHGCM.cpp
r98576 r98578 41 41 #endif 42 42 43 #include <VBox/ GuestHost/HGCMMock.h>44 #include <VBox/ GuestHost/HGCMMockUtils.h>43 #include <VBox/HostServices/TstHGCMMock.h> 44 #include <VBox/HostServices/TstHGCMMockUtils.h> 45 45 46 46 #include <iprt/assert.h> … … 55 55 56 56 /********************************************************************************************************************************* 57 * Static globals*57 * Global Variables * 58 58 *********************************************************************************************************************************/ 59 59 static RTTEST g_hTest; … … 653 653 654 654 /********************************************************************************************************************************* 655 * Main*656 655 * Main * 656 *********************************************************************************************************************************/ 657 657 658 658 /** Test definition table. */
Note:
See TracChangeset
for help on using the changeset viewer.