Changeset 57358 in vbox for trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecService.cpp
- Timestamp:
- Aug 14, 2015 3:16:38 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102121
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecService.cpp
r56988 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #define LOG_GROUP RTLOGGROUP_DEFAULT 32 32 #include <iprt/alloca.h> … … 67 67 68 68 69 /******************************************************************************* 70 * Structures and Typedefs *71 ******************************************************************************* /69 /********************************************************************************************************************************* 70 * Structures and Typedefs * 71 *********************************************************************************************************************************/ 72 72 /** 73 73 * Handle IDs used by txsDoExec for the poll set. … … 153 153 154 154 155 /******************************************************************************* 156 * Global Variables *157 ******************************************************************************* /155 /********************************************************************************************************************************* 156 * Global Variables * 157 *********************************************************************************************************************************/ 158 158 /** 159 159 * Transport layers.
Note:
See TracChangeset
for help on using the changeset viewer.