Changeset 76530 in vbox for trunk/src/VBox/Storage
- Timestamp:
- Dec 30, 2018 6:00:13 AM (6 years ago)
- Location:
- trunk/src/VBox/Storage
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VDBackends.h
r69500 r76530 19 19 * Header Files * 20 20 *******************************************************************************/ 21 21 22 #ifndef ___VDBackends_h 22 23 #define ___VDBackends_h 24 #ifndef RT_WITHOUT_PRAGMA_ONCE 25 # pragma once 26 #endif 23 27 24 28 #include <VBox/vd-plugin.h> -
trunk/src/VBox/Storage/VDBackendsInline.h
r67463 r76530 19 19 * Header Files * 20 20 *******************************************************************************/ 21 21 22 #ifndef ___VDBackendsInline_h 22 23 #define ___VDBackendsInline_h 24 #ifndef RT_WITHOUT_PRAGMA_ONCE 25 # pragma once 26 #endif 23 27 24 28 #include <iprt/cdefs.h> -
trunk/src/VBox/Storage/VDICore.h
r69500 r76530 17 17 18 18 #ifndef ___VDICore_h___ 19 #define ___VDICore_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 19 23 20 24 -
trunk/src/VBox/Storage/VDInternal.h
r75349 r76530 19 19 * Header Files * 20 20 *********************************************************************************************************************************/ 21 21 22 #ifndef ___VDInternal_h 22 23 #define ___VDInternal_h 24 #ifndef RT_WITHOUT_PRAGMA_ONCE 25 # pragma once 26 #endif 23 27 #include <VBox/vd.h> 24 28 #include <VBox/vd-plugin.h> -
trunk/src/VBox/Storage/testcase/BuiltinTests.h
r69500 r76530 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 17 18 #ifndef _BuiltinTests_h__ 18 19 #define _BuiltinTests_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 19 23 20 24 /** -
trunk/src/VBox/Storage/testcase/VDDefs.h
r69500 r76530 16 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 17 */ 18 18 19 #ifndef __VDDefs_h__ 19 20 #define __VDDefs_h__ 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 20 24 21 25 #include <iprt/sg.h> -
trunk/src/VBox/Storage/testcase/VDIoBackend.h
r69500 r76530 16 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 17 */ 18 18 19 #ifndef __VDIoBackend_h__ 19 20 #define __VDIoBackend_h__ 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 20 24 21 25 #include <iprt/sg.h> -
trunk/src/VBox/Storage/testcase/VDIoBackendMem.h
r69500 r76530 16 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 17 */ 18 18 19 #ifndef __VDIoBackendMem_h__ 19 20 #define __VDIoBackendMem_h__ 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 20 24 21 25 #include <iprt/sg.h> -
trunk/src/VBox/Storage/testcase/VDIoRnd.h
r69500 r76530 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 17 18 #ifndef _VDIoRnd_h__ 18 19 #define _VDIoRnd_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 19 23 20 24 /** Pointer to the I/O random number generator. */ -
trunk/src/VBox/Storage/testcase/VDMemDisk.h
r69500 r76530 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 17 18 #ifndef __VDMemDisk_h__ 18 19 #define __VDMemDisk_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 19 23 20 24 #include <iprt/sg.h> -
trunk/src/VBox/Storage/testcase/VDScript.h
r69500 r76530 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 17 18 #ifndef _VDScript_h__ 18 19 #define _VDScript_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 19 23 20 24 /** Handle to the scripting context. */ -
trunk/src/VBox/Storage/testcase/VDScriptAst.h
r69500 r76530 17 17 #ifndef ___VDScriptAst_h___ 18 18 #define ___VDScriptAst_h___ 19 #ifndef RT_WITHOUT_PRAGMA_ONCE 20 # pragma once 21 #endif 19 22 20 23 #include <iprt/list.h> -
trunk/src/VBox/Storage/testcase/VDScriptInternal.h
r69500 r76530 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 17 18 #ifndef _VDScriptInternal_h__ 18 19 #define _VDScriptInternal_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 19 23 20 24 #include <iprt/list.h> -
trunk/src/VBox/Storage/testcase/VDScriptStack.h
r69500 r76530 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 17 18 #ifndef _VDScriptStack_h__ 18 19 #define _VDScriptStack_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 19 23 20 24 #include <iprt/list.h>
Note:
See TracChangeset
for help on using the changeset viewer.