VirtualBox

Changeset 76558 in vbox for trunk/include/VBox/HostServices


Ignore:
Timestamp:
Jan 1, 2019 2:51:45 AM (6 years ago)
Author:
vboxsync
Message:

include/VBox: Use VBOX_INCLUDED_ rather than _vbox_ as header guard prefix, letting scm enforce this (thereby avoiding copy&paste errors like NativeEventQueue.h).

Location:
trunk/include/VBox/HostServices
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/HostServices/DragAndDropSvc.h

    r76553 r76558  
    6161 */
    6262
    63 #ifndef ___VBox_HostService_DragAndDropSvc_h
    64 #define ___VBox_HostService_DragAndDropSvc_h
     63#ifndef VBOX_INCLUDED_HostServices_DragAndDropSvc_h
     64#define VBOX_INCLUDED_HostServices_DragAndDropSvc_h
    6565#ifndef RT_WITHOUT_PRAGMA_ONCE
    6666# pragma once
  • trunk/include/VBox/HostServices/GuestControlSvc.h

    r76553 r76558  
    2525 */
    2626
    27 #ifndef ___VBox_HostService_GuestControlService_h
    28 #define ___VBox_HostService_GuestControlService_h
     27#ifndef VBOX_INCLUDED_HostServices_GuestControlSvc_h
     28#define VBOX_INCLUDED_HostServices_GuestControlSvc_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/include/VBox/HostServices/GuestPropertySvc.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_HostService_GuestPropertyService_h
    27 #define ___VBox_HostService_GuestPropertyService_h
     26#ifndef VBOX_INCLUDED_HostServices_GuestPropertySvc_h
     27#define VBOX_INCLUDED_HostServices_GuestPropertySvc_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/HostServices/Service.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_HostService_Service_h
    27 #define ___VBox_HostService_Service_h
     26#ifndef VBOX_INCLUDED_HostServices_Service_h
     27#define VBOX_INCLUDED_HostServices_Service_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/HostServices/VBoxClipboardExt.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_HostService_VBoxClipboardExt_h
    27 #define ___VBox_HostService_VBoxClipboardExt_h
     26#ifndef VBOX_INCLUDED_HostServices_VBoxClipboardExt_h
     27#define VBOX_INCLUDED_HostServices_VBoxClipboardExt_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/HostServices/VBoxClipboardSvc.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_HostService_VBoxClipboardSvc_h
    27 #define ___VBox_HostService_VBoxClipboardSvc_h
     26#ifndef VBOX_INCLUDED_HostServices_VBoxClipboardSvc_h
     27#define VBOX_INCLUDED_HostServices_VBoxClipboardSvc_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/HostServices/VBoxCrOpenGLSvc.h

    r76553 r76558  
    2525 */
    2626
    27 #ifndef ___VBox_HostService_VBoxCrOpenGLSvc_h
    28 #define ___VBox_HostService_VBoxCrOpenGLSvc_h
     27#ifndef VBOX_INCLUDED_HostServices_VBoxCrOpenGLSvc_h
     28#define VBOX_INCLUDED_HostServices_VBoxCrOpenGLSvc_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/include/VBox/HostServices/VBoxHostChannel.h

    r76553 r76558  
    2525 */
    2626
    27 #ifndef ___VBox_HostService_VBoxHostChannel_h
    28 #define ___VBox_HostService_VBoxHostChannel_h
     27#ifndef VBOX_INCLUDED_HostServices_VBoxHostChannel_h
     28#define VBOX_INCLUDED_HostServices_VBoxHostChannel_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/include/VBox/HostServices/VBoxOGLOp.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_HostService_VBoxOGLOp_h
    27 #define ___VBox_HostService_VBoxOGLOp_h
     26#ifndef VBOX_INCLUDED_HostServices_VBoxOGLOp_h
     27#define VBOX_INCLUDED_HostServices_VBoxOGLOp_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/HostServices/VBoxOpenGLSvc.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_HostService_VBoxOpenGLSvc_h
    27 #define ___VBox_HostService_VBoxOpenGLSvc_h
     26#ifndef VBOX_INCLUDED_HostServices_VBoxOpenGLSvc_h
     27#define VBOX_INCLUDED_HostServices_VBoxOpenGLSvc_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/HostServices/glext.h

    r76507 r76558  
    11
    2 #ifndef __glext_h_
    3 #define __glext_h_
     2#ifndef VBOX_INCLUDED_HostServices_glext_h
     3#define VBOX_INCLUDED_HostServices_glext_h
    44#ifndef RT_WITHOUT_PRAGMA_ONCE
    55# pragma once
  • trunk/include/VBox/HostServices/glxext.h

    r76507 r76558  
    11
    2 #ifndef __glxext_h_
    3 #define __glxext_h_
     2#ifndef VBOX_INCLUDED_HostServices_glxext_h
     3#define VBOX_INCLUDED_HostServices_glxext_h
    44#ifndef RT_WITHOUT_PRAGMA_ONCE
    55# pragma once
  • trunk/include/VBox/HostServices/wglext.h

    r76507 r76558  
    11
    2 #ifndef __wglext_h_
    3 #define __wglext_h_
     2#ifndef VBOX_INCLUDED_HostServices_wglext_h
     3#define VBOX_INCLUDED_HostServices_wglext_h
    44#ifndef RT_WITHOUT_PRAGMA_ONCE
    55# pragma once
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