VirtualBox

Changeset 76530 in vbox for trunk/src/VBox/Storage


Ignore:
Timestamp:
Dec 30, 2018 6:00:13 AM (6 years ago)
Author:
vboxsync
Message:

Storage: scm --fix-header-guards. bugref:9344

Location:
trunk/src/VBox/Storage
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/VDBackends.h

    r69500 r76530  
    1919*   Header Files                                                               *
    2020*******************************************************************************/
     21
    2122#ifndef ___VDBackends_h
    2223#define ___VDBackends_h
     24#ifndef RT_WITHOUT_PRAGMA_ONCE
     25# pragma once
     26#endif
    2327
    2428#include <VBox/vd-plugin.h>
  • trunk/src/VBox/Storage/VDBackendsInline.h

    r67463 r76530  
    1919*   Header Files                                                               *
    2020*******************************************************************************/
     21
    2122#ifndef ___VDBackendsInline_h
    2223#define ___VDBackendsInline_h
     24#ifndef RT_WITHOUT_PRAGMA_ONCE
     25# pragma once
     26#endif
    2327
    2428#include <iprt/cdefs.h>
  • trunk/src/VBox/Storage/VDICore.h

    r69500 r76530  
    1717
    1818#ifndef ___VDICore_h___
     19#define ___VDICore_h___
     20#ifndef RT_WITHOUT_PRAGMA_ONCE
     21# pragma once
     22#endif
    1923
    2024
  • trunk/src/VBox/Storage/VDInternal.h

    r75349 r76530  
    1919*   Header Files                                                                                                                 *
    2020*********************************************************************************************************************************/
     21
    2122#ifndef ___VDInternal_h
    2223#define ___VDInternal_h
     24#ifndef RT_WITHOUT_PRAGMA_ONCE
     25# pragma once
     26#endif
    2327#include <VBox/vd.h>
    2428#include <VBox/vd-plugin.h>
  • trunk/src/VBox/Storage/testcase/BuiltinTests.h

    r69500 r76530  
    1515 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1616 */
     17
    1718#ifndef _BuiltinTests_h__
    1819#define _BuiltinTests_h__
     20#ifndef RT_WITHOUT_PRAGMA_ONCE
     21# pragma once
     22#endif
    1923
    2024/**
  • trunk/src/VBox/Storage/testcase/VDDefs.h

    r69500 r76530  
    1616 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1717 */
     18
    1819#ifndef __VDDefs_h__
    1920#define __VDDefs_h__
     21#ifndef RT_WITHOUT_PRAGMA_ONCE
     22# pragma once
     23#endif
    2024
    2125#include <iprt/sg.h>
  • trunk/src/VBox/Storage/testcase/VDIoBackend.h

    r69500 r76530  
    1616 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1717 */
     18
    1819#ifndef __VDIoBackend_h__
    1920#define __VDIoBackend_h__
     21#ifndef RT_WITHOUT_PRAGMA_ONCE
     22# pragma once
     23#endif
    2024
    2125#include <iprt/sg.h>
  • trunk/src/VBox/Storage/testcase/VDIoBackendMem.h

    r69500 r76530  
    1616 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1717 */
     18
    1819#ifndef __VDIoBackendMem_h__
    1920#define __VDIoBackendMem_h__
     21#ifndef RT_WITHOUT_PRAGMA_ONCE
     22# pragma once
     23#endif
    2024
    2125#include <iprt/sg.h>
  • trunk/src/VBox/Storage/testcase/VDIoRnd.h

    r69500 r76530  
    1515 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1616 */
     17
    1718#ifndef _VDIoRnd_h__
    1819#define _VDIoRnd_h__
     20#ifndef RT_WITHOUT_PRAGMA_ONCE
     21# pragma once
     22#endif
    1923
    2024/** Pointer to the I/O random number generator. */
  • trunk/src/VBox/Storage/testcase/VDMemDisk.h

    r69500 r76530  
    1515 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1616 */
     17
    1718#ifndef __VDMemDisk_h__
    1819#define __VDMemDisk_h__
     20#ifndef RT_WITHOUT_PRAGMA_ONCE
     21# pragma once
     22#endif
    1923
    2024#include <iprt/sg.h>
  • trunk/src/VBox/Storage/testcase/VDScript.h

    r69500 r76530  
    1515 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1616 */
     17
    1718#ifndef _VDScript_h__
    1819#define _VDScript_h__
     20#ifndef RT_WITHOUT_PRAGMA_ONCE
     21# pragma once
     22#endif
    1923
    2024/** Handle to the scripting context. */
  • trunk/src/VBox/Storage/testcase/VDScriptAst.h

    r69500 r76530  
    1717#ifndef ___VDScriptAst_h___
    1818#define ___VDScriptAst_h___
     19#ifndef RT_WITHOUT_PRAGMA_ONCE
     20# pragma once
     21#endif
    1922
    2023#include <iprt/list.h>
  • trunk/src/VBox/Storage/testcase/VDScriptInternal.h

    r69500 r76530  
    1515 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1616 */
     17
    1718#ifndef _VDScriptInternal_h__
    1819#define _VDScriptInternal_h__
     20#ifndef RT_WITHOUT_PRAGMA_ONCE
     21# pragma once
     22#endif
    1923
    2024#include <iprt/list.h>
  • trunk/src/VBox/Storage/testcase/VDScriptStack.h

    r69500 r76530  
    1515 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1616 */
     17
    1718#ifndef _VDScriptStack_h__
    1819#define _VDScriptStack_h__
     20#ifndef RT_WITHOUT_PRAGMA_ONCE
     21# pragma once
     22#endif
    1923
    2024#include <iprt/list.h>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette