VirtualBox

Changeset 76570 in vbox


Ignore:
Timestamp:
Jan 1, 2019 4:36:36 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127872
Message:

HostServices: Use VBOX_INCLUDED_SRC_ as header guard prefix with scm.

Location:
trunk/src/VBox/HostServices
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/DragAndDrop/dndmanager.h

    r76553 r76570  
    1515 */
    1616
    17 #ifndef ___VBox_HostService_DnD_dndmanager_h
    18 #define ___VBox_HostService_DnD_dndmanager_h
     17#ifndef VBOX_INCLUDED_SRC_DragAndDrop_dndmanager_h
     18#define VBOX_INCLUDED_SRC_DragAndDrop_dndmanager_h
    1919#ifndef RT_WITHOUT_PRAGMA_ONCE
    2020# pragma once
     
    110110    void                 *m_pvProgressUser;
    111111};
    112 #endif /* ___VBox_HostService_DnD_dndmanager_h */
     112#endif /* !VBOX_INCLUDED_SRC_DragAndDrop_dndmanager_h */
    113113
  • trunk/src/VBox/HostServices/HostChannel/HostChannel.h

    r76553 r76570  
    1616 */
    1717
    18 #ifndef __VBOXHOSTCHANNEL__H
    19 #define __VBOXHOSTCHANNEL__H
     18#ifndef VBOX_INCLUDED_SRC_HostChannel_HostChannel_h
     19#define VBOX_INCLUDED_SRC_HostChannel_HostChannel_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    135135                                uint32_t cbEvent);
    136136
    137 #endif /* __VBOXHOSTCHANNEL__H */
     137#endif /* !VBOX_INCLUDED_SRC_HostChannel_HostChannel_h */
  • trunk/src/VBox/HostServices/SharedClipboard/VBoxClipboard.h

    r76553 r76570  
    1616 */
    1717
    18 #ifndef ___VBOXCLIPBOARD_H
    19 #define ___VBOXCLIPBOARD_H
     18#ifndef VBOX_INCLUDED_SRC_SharedClipboard_VBoxClipboard_h
     19#define VBOX_INCLUDED_SRC_SharedClipboard_VBoxClipboard_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    100100#endif
    101101
    102 #endif /* !___VBOXCLIPBOARD_H */
     102#endif /* !VBOX_INCLUDED_SRC_SharedClipboard_VBoxClipboard_h */
    103103
  • trunk/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.h

    r76553 r76570  
    1616 */
    1717
    18 #ifndef ___DARWIN_PASTEBOARD_H
    19 #define ___DARWIN_PASTEBOARD_H
     18#ifndef VBOX_INCLUDED_SRC_SharedClipboard_darwin_pasteboard_h
     19#define VBOX_INCLUDED_SRC_SharedClipboard_darwin_pasteboard_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    3131int writeToPasteboard(PasteboardRef pPasteboard, void *pv, uint32_t cb, uint32_t fFormat);
    3232
    33 #endif
     33#endif /* !VBOX_INCLUDED_SRC_SharedClipboard_darwin_pasteboard_h */
    3434
  • trunk/src/VBox/HostServices/SharedFolders/mappings.h

    r76553 r76570  
    1616 */
    1717
    18 #ifndef ___MAPPINGS_H
    19 #define ___MAPPINGS_H
     18#ifndef VBOX_INCLUDED_SRC_SharedFolders_mappings_h
     19#define VBOX_INCLUDED_SRC_SharedFolders_mappings_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    7777PMAPPING vbsfMappingGetByRoot(SHFLROOT root);
    7878
    79 #endif /* !___MAPPINGS_H */
     79#endif /* !VBOX_INCLUDED_SRC_SharedFolders_mappings_h */
    8080
  • trunk/src/VBox/HostServices/SharedFolders/shfl.h

    r76553 r76570  
    1515 */
    1616
    17 #ifndef ___SHFL_H
    18 #define ___SHFL_H
     17#ifndef VBOX_INCLUDED_SRC_SharedFolders_shfl_h
     18#define VBOX_INCLUDED_SRC_SharedFolders_shfl_h
    1919#ifndef RT_WITHOUT_PRAGMA_ONCE
    2020# pragma once
     
    7070typedef SHFLCLIENTDATA *PSHFLCLIENTDATA;
    7171
    72 #endif /* !___SHFL_H */
     72#endif /* !VBOX_INCLUDED_SRC_SharedFolders_shfl_h */
    7373
  • trunk/src/VBox/HostServices/SharedFolders/shflhandle.h

    r76553 r76570  
    1616 */
    1717
    18 #ifndef ___SHFLHANDLE_H
    19 #define ___SHFLHANDLE_H
     18#ifndef VBOX_INCLUDED_SRC_SharedFolders_shflhandle_h
     19#define VBOX_INCLUDED_SRC_SharedFolders_shflhandle_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    7878                                    SHFLHANDLE handle);
    7979
    80 #endif /* !___SHFLHANDLE_H */
     80#endif /* !VBOX_INCLUDED_SRC_SharedFolders_shflhandle_h */
  • trunk/src/VBox/HostServices/SharedFolders/testcase/tstSharedFolderService.h

    r76553 r76570  
    1515 */
    1616
    17 #ifndef __VBSF_TEST_SHARED_FOLDER_SERVICE__H
    18 #define __VBSF_TEST_SHARED_FOLDER_SERVICE__H
     17#ifndef VBOX_INCLUDED_SRC_SharedFolders_testcase_tstSharedFolderService_h
     18#define VBOX_INCLUDED_SRC_SharedFolders_testcase_tstSharedFolderService_h
    1919#ifndef RT_WITHOUT_PRAGMA_ONCE
    2020# pragma once
     
    128128#endif
    129129
    130 #endif /* __VBSF_TEST_SHARED_FOLDER_SERVICE__H */
     130#endif /* !VBOX_INCLUDED_SRC_SharedFolders_testcase_tstSharedFolderService_h */
  • trunk/src/VBox/HostServices/SharedFolders/teststubs.h

    r76553 r76570  
    2121 * but I'm not sure that would be universally appreciated. */
    2222
    23 #ifndef __VBSF_TEST_STUBS__H
    24 #define __VBSF_TEST_STUBS__H
     23#ifndef VBOX_INCLUDED_SRC_SharedFolders_teststubs_h
     24#define VBOX_INCLUDED_SRC_SharedFolders_teststubs_h
    2525#ifndef RT_WITHOUT_PRAGMA_ONCE
    2626# pragma once
     
    8585extern int testRTSymlinkRead(const char *pszSymlink, char *pszTarget, size_t cbTarget, uint32_t fRead);
    8686
    87 #endif /* __VBSF_TEST_STUBS__H */
     87#endif /* !VBOX_INCLUDED_SRC_SharedFolders_teststubs_h */
  • trunk/src/VBox/HostServices/SharedFolders/vbsf.h

    r76553 r76570  
    1616 */
    1717
    18 #ifndef ___vbsf_h___
    19 #define ___vbsf_h___
     18#ifndef VBOX_INCLUDED_SRC_SharedFolders_vbsf_h
     19#define VBOX_INCLUDED_SRC_SharedFolders_vbsf_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    4646int vbsfSymlink(SHFLCLIENTDATA *pClient, SHFLROOT root, SHFLSTRING *pNewPath, SHFLSTRING *pOldPath, SHFLFSOBJINFO *pInfo);
    4747
    48 #endif /* !___vbsf_h___ */
     48#endif /* !VBOX_INCLUDED_SRC_SharedFolders_vbsf_h */
    4949
  • trunk/src/VBox/HostServices/SharedFolders/vbsfpath.h

    r76553 r76570  
    1616 */
    1717
    18 #ifndef __VBSFPATH__H
    19 #define __VBSFPATH__H
     18#ifndef VBOX_INCLUDED_SRC_SharedFolders_vbsfpath_h
     19#define VBOX_INCLUDED_SRC_SharedFolders_vbsfpath_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    6868int vbsfPathAbs(const char *pszRoot, const char *pszPath, char *pszAbsPath, size_t cbAbsPath);
    6969
    70 #endif /* !__VBSFPATH__H */
     70#endif /* !VBOX_INCLUDED_SRC_SharedFolders_vbsfpath_h */
Note: See TracChangeset for help on using the changeset viewer.

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