VirtualBox

Changeset 76576 in vbox for trunk/src/VBox/NetworkServices


Ignore:
Timestamp:
Jan 1, 2019 6:05:25 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127878
Message:

NetworkServices: scm header guard alignment.

Location:
trunk/src/VBox/NetworkServices
Files:
1 added
28 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/DHCP/ClientDataInt.h

    r76553 r76576  
    1616 */
    1717
    18 #ifndef __CLIENT_DATA_INT_H__
    19 #define __CLIENT_DATA_INT_H__
     18#ifndef VBOX_INCLUDED_SRC_DHCP_ClientDataInt_h
     19#define VBOX_INCLUDED_SRC_DHCP_ClientDataInt_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    6868};
    6969
    70 #endif
     70#endif /* !VBOX_INCLUDED_SRC_DHCP_ClientDataInt_h */
  • trunk/src/VBox/NetworkServices/DHCP/Config.h

    r76553 r76576  
    1616 */
    1717
    18 #ifndef _CONFIG_H_
    19 #define _CONFIG_H_
     18#ifndef VBOX_INCLUDED_SRC_DHCP_Config_h
     19#define VBOX_INCLUDED_SRC_DHCP_Config_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    843843};
    844844
    845 #endif
     845#endif /* !VBOX_INCLUDED_SRC_DHCP_Config_h */
  • trunk/src/VBox/NetworkServices/Dhcpd/ClientId.h

    r76553 r76576  
    1616 */
    1717
    18 #ifndef _DHCPD_CLIENT_ID_H_
    19 #define _DHCPD_CLIENT_ID_H_
     18#ifndef VBOX_INCLUDED_SRC_Dhcpd_ClientId_h
     19#define VBOX_INCLUDED_SRC_Dhcpd_ClientId_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    6868}
    6969
    70 #endif /* _DHCPD_CLIENT_ID_H_ */
     70#endif /* !VBOX_INCLUDED_SRC_Dhcpd_ClientId_h */
  • trunk/src/VBox/NetworkServices/Dhcpd/Config.h

    r76553 r76576  
    1616 */
    1717
    18 #ifndef _DHCPD_CONFIG_H_
    19 #define _DHCPD_CONFIG_H_
     18#ifndef VBOX_INCLUDED_SRC_Dhcpd_Config_h
     19#define VBOX_INCLUDED_SRC_Dhcpd_Config_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    108108};
    109109
    110 #endif  /* _DHCPD_CONFIG_H_ */
     110#endif /* !VBOX_INCLUDED_SRC_Dhcpd_Config_h */
  • trunk/src/VBox/NetworkServices/Dhcpd/DHCPD.h

    r76553 r76576  
    1616 */
    1717
    18 #ifndef _DHCPD_DHCPD_H_
    19 #define _DHCPD_DHCPD_H_
     18#ifndef VBOX_INCLUDED_SRC_Dhcpd_DHCPD_h
     19#define VBOX_INCLUDED_SRC_Dhcpd_DHCPD_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    6363};
    6464
    65 #endif /* _DHCPD_DHCPD_H_ */
     65#endif /* !VBOX_INCLUDED_SRC_Dhcpd_DHCPD_h */
  • trunk/src/VBox/NetworkServices/Dhcpd/Db.h

    r76553 r76576  
    1616 */
    1717
    18 #ifndef _DHCPD_DB_H_
    19 #define _DHCPD_DB_H_
     18#ifndef VBOX_INCLUDED_SRC_Dhcpd_Db_h
     19#define VBOX_INCLUDED_SRC_Dhcpd_Db_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    160160};
    161161
    162 #endif  /* _DHCPD_DB_H_ */
     162#endif /* !VBOX_INCLUDED_SRC_Dhcpd_Db_h */
  • trunk/src/VBox/NetworkServices/Dhcpd/Defs.h

    r76553 r76576  
    1616 */
    1717
    18 #ifndef _DHCPD_DEFS_H_
    19 #define _DHCPD_DEFS_H_
     18#ifndef VBOX_INCLUDED_SRC_Dhcpd_Defs_h
     19#define VBOX_INCLUDED_SRC_Dhcpd_Defs_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    6060#endif
    6161
    62 #endif /* _DHCPD_DEFS_H_ */
     62#endif /* !VBOX_INCLUDED_SRC_Dhcpd_Defs_h */
  • trunk/src/VBox/NetworkServices/Dhcpd/DhcpMessage.h

    r76553 r76576  
    1616 */
    1717
    18 #ifndef _DHCP_MESSAGE_H_
    19 #define _DHCP_MESSAGE_H_
     18#ifndef VBOX_INCLUDED_SRC_Dhcpd_DhcpMessage_h
     19#define VBOX_INCLUDED_SRC_Dhcpd_DhcpMessage_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    136136};
    137137
    138 #endif /* _DHCP_MESSAGE_H_ */
     138#endif /* !VBOX_INCLUDED_SRC_Dhcpd_DhcpMessage_h */
  • trunk/src/VBox/NetworkServices/Dhcpd/DhcpOptions.h

    r76553 r76576  
    1616 */
    1717
    18 #ifndef _DHCP_OPTIONS_H_
    19 #define _DHCP_OPTIONS_H_
     18#ifndef VBOX_INCLUDED_SRC_Dhcpd_DhcpOptions_h
     19#define VBOX_INCLUDED_SRC_Dhcpd_DhcpOptions_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    640640typedef OptNoValue<80>                  OptRapidCommit;  /* RFC4039 */
    641641
    642 #endif /* _DHCP_OPTIONS_H_ */
     642#endif /* !VBOX_INCLUDED_SRC_Dhcpd_DhcpOptions_h */
  • trunk/src/VBox/NetworkServices/Dhcpd/IPv4Pool.h

    r76553 r76576  
    1616 */
    1717
    18 #ifndef _DHCPD_IPV4_POOL_H_
    19 #define _DHCPD_IPV4_POOL_H_
     18#ifndef VBOX_INCLUDED_SRC_Dhcpd_IPv4Pool_h
     19#define VBOX_INCLUDED_SRC_Dhcpd_IPv4Pool_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    124124};
    125125
    126 #endif  /* _DHCPD_IPV4_POOL_H_ */
     126#endif /* !VBOX_INCLUDED_SRC_Dhcpd_IPv4Pool_h */
  • trunk/src/VBox/NetworkServices/Dhcpd/TimeStamp.h

    r76553 r76576  
    1616 */
    1717
    18 #ifndef _DHCPD_TIMESTAMP_H_
    19 #define _DHCPD_TIMESTAMP_H_
     18#ifndef VBOX_INCLUDED_SRC_Dhcpd_TimeStamp_h
     19#define VBOX_INCLUDED_SRC_Dhcpd_TimeStamp_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    9999inline bool operator>=(const TimeStamp &l, const TimeStamp &r) { return l.m_ns >= r.m_ns; }
    100100
    101 #endif /* _DHCPD_TIMESTAMP_H_ */
     101#endif /* !VBOX_INCLUDED_SRC_Dhcpd_TimeStamp_h */
  • trunk/src/VBox/NetworkServices/Dhcpd/lwipopts.h

    r76553 r76576  
    1616 */
    1717
    18 #ifndef _VBOX_DHCPD_LWIP_OPTS_H_
    19 #define _VBOX_DHCPD_LWIP_OPTS_H_
     18#ifndef VBOX_INCLUDED_SRC_Dhcpd_lwipopts_h
     19#define VBOX_INCLUDED_SRC_Dhcpd_lwipopts_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    179179#endif
    180180
    181 #endif /* _VBOX_DHCPD_LWIP_OPTS_H_ */
     181#endif /* !VBOX_INCLUDED_SRC_Dhcpd_lwipopts_h */
  • trunk/src/VBox/NetworkServices/NAT/dhcp6.h

    r76553 r76576  
    1616 */
    1717
    18 #ifndef _DHCP6_H_
    19 #define _DHCP6_H_
     18#ifndef VBOX_INCLUDED_SRC_NAT_dhcp6_h
     19#define VBOX_INCLUDED_SRC_NAT_dhcp6_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    4949#define DHCP6_OPTION_DOMAIN_LIST        24 /* RFC 3646 */
    5050
    51 #endif  /* _DHCP6_H_ */
     51#endif /* !VBOX_INCLUDED_SRC_NAT_dhcp6_h */
  • trunk/src/VBox/NetworkServices/NAT/lwipopts.h

    r76553 r76576  
    1616 */
    1717
    18 #ifndef _VBOX_NETNAT_LWIP_OPTS_H_
    19 #define _VBOX_NETNAT_LWIP_OPTS_H_
     18#ifndef VBOX_INCLUDED_SRC_NAT_lwipopts_h
     19#define VBOX_INCLUDED_SRC_NAT_lwipopts_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    203203#endif
    204204
    205 #endif /* _VBOX_NETNAT_LWIP_OPTS_H_ */
     205#endif /* !VBOX_INCLUDED_SRC_NAT_lwipopts_h */
  • trunk/src/VBox/NetworkServices/NAT/portfwd.h

    r76553 r76576  
    1616 */
    1717
    18 #ifndef _portfwd_h_
    19 #define _portfwd_h_
     18#ifndef VBOX_INCLUDED_SRC_NAT_portfwd_h
     19#define VBOX_INCLUDED_SRC_NAT_portfwd_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    7272int fwany_ipX_addr_set_src(ipX_addr_t *, const struct sockaddr *);
    7373
    74 #endif /* _portfwd_h_ */
     74#endif /* !VBOX_INCLUDED_SRC_NAT_portfwd_h */
  • trunk/src/VBox/NetworkServices/NAT/proxy.h

    r76553 r76576  
    1616 */
    1717
    18 #ifndef ___nat_proxy_h___
    19 #define ___nat_proxy_h___
     18#ifndef VBOX_INCLUDED_SRC_NAT_proxy_h
     19#define VBOX_INCLUDED_SRC_NAT_proxy_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    118118#define DPRINTF2(a) Log3(a)
    119119
    120 #endif /* !___nat_proxy_h___ */
     120#endif /* !VBOX_INCLUDED_SRC_NAT_proxy_h */
    121121
  • trunk/src/VBox/NetworkServices/NAT/proxy_pollmgr.h

    r76553 r76576  
    1616 */
    1717
    18 #ifndef _PROXY_POLLMGR_H_
    19 #define _PROXY_POLLMGR_H_
     18#ifndef VBOX_INCLUDED_SRC_NAT_proxy_pollmgr_h
     19#define VBOX_INCLUDED_SRC_NAT_proxy_pollmgr_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    8383extern u8_t pollmgr_udpbuf[64 * 1024];
    8484
    85 #endif /* _PROXY_POLLMGR_H_ */
     85#endif /* !VBOX_INCLUDED_SRC_NAT_proxy_pollmgr_h */
  • trunk/src/VBox/NetworkServices/NAT/pxremap.h

    r76553 r76576  
    1616 */
    1717
    18 #ifndef _pxremap_h_
    19 #define _pxremap_h_
     18#ifndef VBOX_INCLUDED_SRC_NAT_pxremap_h
     19#define VBOX_INCLUDED_SRC_NAT_pxremap_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    5050               : pxremap_outbound_ip4(&(dst)->ip4, &(src)->ip4))
    5151
    52 #endif /* _pxremap_h_ */
     52#endif /* !VBOX_INCLUDED_SRC_NAT_pxremap_h */
  • trunk/src/VBox/NetworkServices/NAT/pxtcp.h

    r76553 r76576  
    1616 */
    1717
    18 #ifndef _pxtcp_h_
    19 #define _pxtcp_h_
     18#ifndef VBOX_INCLUDED_SRC_NAT_pxtcp_h
     19#define VBOX_INCLUDED_SRC_NAT_pxtcp_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    4040void pxtcp_pmgr_del(struct pxtcp *);
    4141
    42 #endif  /* _pxtcp_h_ */
     42#endif /* !VBOX_INCLUDED_SRC_NAT_pxtcp_h */
  • trunk/src/VBox/NetworkServices/NAT/tftp.h

    r76553 r76576  
    1616 */
    1717
    18 #ifndef _TFTP_H_
    19 #define _TFTP_H_
     18#ifndef VBOX_INCLUDED_SRC_NAT_tftp_h
     19#define VBOX_INCLUDED_SRC_NAT_tftp_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    4747
    4848
    49 #endif  /* _TFTP_H_ */
     49#endif /* !VBOX_INCLUDED_SRC_NAT_tftp_h */
  • trunk/src/VBox/NetworkServices/NAT/winpoll.h

    r76553 r76576  
    1616 */
    1717
    18 #ifndef _WINPOLL_H_
    19 #define _WINPOLL_H_
     18#ifndef VBOX_INCLUDED_SRC_NAT_winpoll_h
     19#define VBOX_INCLUDED_SRC_NAT_winpoll_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    5151int RTWinPoll(struct pollfd *pFds, unsigned int nfds, int timeout, int *pNready);
    5252RT_C_DECLS_END
    53 #endif
     53#endif /* !VBOX_INCLUDED_SRC_NAT_winpoll_h */
  • trunk/src/VBox/NetworkServices/NAT/winutils.h

    r76553 r76576  
    1616 */
    1717
    18 #ifndef __WINUTILS_H_
    19 #define __WINUTILS_H_
     18#ifndef VBOX_INCLUDED_SRC_NAT_winutils_h
     19#define VBOX_INCLUDED_SRC_NAT_winutils_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    208208}
    209209
    210 #endif
     210#endif /* !VBOX_INCLUDED_SRC_NAT_winutils_h */
  • 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.

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