Changeset 76403 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- Dec 23, 2018 3:19:41 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127702
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstGuestCtrlParseBuffer.cpp
r69500 r76403 16 16 */ 17 17 18 #define LOG_ENABLED 18 19 /********************************************************************************************************************************* 20 * Header Files * 21 *********************************************************************************************************************************/ 19 22 #define LOG_GROUP LOG_GROUP_MAIN 23 #include <VBox/err.h> 20 24 #include <VBox/log.h> 21 25 … … 32 36 #endif 33 37 38 /********************************************************************************************************************************* 39 * Defined Constants And Macros * 40 *********************************************************************************************************************************/ 34 41 #define STR_SIZE(a_sz) a_sz, sizeof(a_sz) 35 42 36 43 44 /********************************************************************************************************************************* 45 * Structures and Typedefs * 46 *********************************************************************************************************************************/ 37 47 typedef struct VBOXGUESTCTRL_BUFFER_VALUE 38 48 { … … 43 53 typedef std::map< RTCString, VBOXGUESTCTRL_BUFFER_VALUE >::const_iterator GuestBufferMapIterConst; 44 54 55 56 /********************************************************************************************************************************* 57 * Global Variables * 58 *********************************************************************************************************************************/ 45 59 char szUnterm1[] = { 'a', 's', 'd', 'f' }; 46 60 char szUnterm2[] = { 'f', 'o', 'o', '3', '=', 'b', 'a', 'r', '3' };
Note:
See TracChangeset
for help on using the changeset viewer.