Changeset 57358 in vbox for trunk/src/VBox/Runtime/common/vfs/vfschain.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/common/vfs/vfschain.cpp
r56290 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include <iprt/vfs.h> 32 32 #include <iprt/vfslowlevel.h> … … 49 49 50 50 51 /******************************************************************************* 52 * Global Variables *53 ******************************************************************************* /51 /********************************************************************************************************************************* 52 * Global Variables * 53 *********************************************************************************************************************************/ 54 54 /** Init the critical section once. */ 55 55 static RTONCE g_rtVfsChainElementInitOnce;
Note:
See TracChangeset
for help on using the changeset viewer.