VirtualBox

Ignore:
Timestamp:
Jan 1, 2019 6:05:25 AM (6 years ago)
Author:
vboxsync
Message:

NetworkServices: scm header guard alignment.

Location:
trunk/src/VBox/NetworkServices/NetLib
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.h

    r76553 r76576  
    1616 */
    1717
    18 #ifndef ___VBoxNetBaseService_h___
    19 #define ___VBoxNetBaseService_h___
     18#ifndef VBOX_INCLUDED_SRC_NetLib_VBoxNetBaseService_h
     19#define VBOX_INCLUDED_SRC_NetLib_VBoxNetBaseService_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    146146};
    147147# endif
    148 #endif
     148#endif /* !VBOX_INCLUDED_SRC_NetLib_VBoxNetBaseService_h */
  • trunk/src/VBox/NetworkServices/NetLib/VBoxNetLib.h

    r76553 r76576  
    1616 */
    1717
    18 #ifndef ___VBoxNetUDP_h___
    19 #define ___VBoxNetUDP_h___
     18#ifndef VBOX_INCLUDED_SRC_NetLib_VBoxNetLib_h
     19#define VBOX_INCLUDED_SRC_NetLib_VBoxNetLib_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    6969RT_C_DECLS_END
    7070
    71 #endif
     71#endif /* !VBOX_INCLUDED_SRC_NetLib_VBoxNetLib_h */
    7272
  • trunk/src/VBox/NetworkServices/NetLib/VBoxPortForwardString.h

    r76553 r76576  
    1616 */
    1717
    18 #ifndef ___VBoxPortForwardString_h___
    19 #define ___VBoxPortForwardString_h___
     18#ifndef VBOX_INCLUDED_SRC_NetLib_VBoxPortForwardString_h
     19#define VBOX_INCLUDED_SRC_NetLib_VBoxPortForwardString_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    5656RT_C_DECLS_END
    5757
    58 #endif
     58#endif /* !VBOX_INCLUDED_SRC_NetLib_VBoxPortForwardString_h */
    5959
  • trunk/src/VBox/NetworkServices/NetLib/cpp/utils.h

    r76553 r76576  
    1616 */
    1717
    18 #ifndef ___NETLIB_CPP_UTILS_H___
    19 #define ___NETLIB_CPP_UTILS_H___
     18#ifndef VBOX_INCLUDED_SRC_NetLib_cpp_utils_h
     19#define VBOX_INCLUDED_SRC_NetLib_cpp_utils_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    4444}
    4545
    46 #endif
     46#endif /* !VBOX_INCLUDED_SRC_NetLib_cpp_utils_h */
    4747
  • trunk/src/VBox/NetworkServices/NetLib/shared_ptr.h

    r76553 r76576  
    1616 */
    1717
    18 #ifndef __SHARED_PTR_H__
    19 #define __SHARED_PTR_H__
     18#ifndef VBOX_INCLUDED_SRC_NetLib_shared_ptr_h
     19#define VBOX_INCLUDED_SRC_NetLib_shared_ptr_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    100100#endif
    101101
    102 #endif
     102#endif /* !VBOX_INCLUDED_SRC_NetLib_shared_ptr_h */
  • trunk/src/VBox/NetworkServices/NetLib/utils.h

    r76553 r76576  
    2020*******************************************************************************/
    2121
    22 #ifndef _NETLIB_UTILS_H_
    23 #define _NETLIB_UTILS_H_
     22#ifndef VBOX_INCLUDED_SRC_NetLib_utils_h
     23#define VBOX_INCLUDED_SRC_NetLib_utils_h
    2424#ifndef RT_WITHOUT_PRAGMA_ONCE
    2525# pragma once
     
    140140int destroyClientListener(ComNatListenerPtr& listener, const ComVirtualBoxClientPtr& vboxclientptr);
    141141
    142 #endif
     142#endif /* !VBOX_INCLUDED_SRC_NetLib_utils_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