Changeset 57358 in vbox for trunk/src/VBox/Runtime/testcase/tstOnce.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/Runtime/testcase/tstOnce.cpp
r56290 r57358 25 25 */ 26 26 27 /******************************************************************************* 28 * Header Files * 29 *******************************************************************************/ 27 28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 30 31 #include <iprt/once.h> 31 32 #include <iprt/stream.h> … … 38 39 39 40 40 /******************************************************************************* 41 * Global Variables *42 ******************************************************************************* /41 /********************************************************************************************************************************* 42 * Global Variables * 43 *********************************************************************************************************************************/ 43 44 static int g_cErrors = 0; 44 45 static bool g_fOnceCB1 = false;
Note:
See TracChangeset
for help on using the changeset viewer.