Changeset 76525 in vbox
- Timestamp:
- Dec 30, 2018 5:51:31 AM (6 years ago)
- Location:
- trunk/src/VBox/NetworkServices
- Files:
-
- 28 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/DHCP/ClientDataInt.h
r69500 r76525 18 18 #ifndef __CLIENT_DATA_INT_H__ 19 19 #define __CLIENT_DATA_INT_H__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 class ClientData -
trunk/src/VBox/NetworkServices/DHCP/Config.h
r69500 r76525 18 18 #ifndef _CONFIG_H_ 19 19 #define _CONFIG_H_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/asm-math.h> -
trunk/src/VBox/NetworkServices/Dhcpd/ClientId.h
r75648 r76525 18 18 #ifndef _DHCPD_CLIENT_ID_H_ 19 19 #define _DHCPD_CLIENT_ID_H_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "Defs.h" -
trunk/src/VBox/NetworkServices/Dhcpd/Config.h
r71689 r76525 18 18 #ifndef _DHCPD_CONFIG_H_ 19 19 #define _DHCPD_CONFIG_H_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/types.h> -
trunk/src/VBox/NetworkServices/Dhcpd/DHCPD.h
r70836 r76525 18 18 #ifndef _DHCPD_DHCPD_H_ 19 19 #define _DHCPD_DHCPD_H_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "Defs.h" -
trunk/src/VBox/NetworkServices/Dhcpd/Db.h
r75648 r76525 18 18 #ifndef _DHCPD_DB_H_ 19 19 #define _DHCPD_DB_H_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/net.h> -
trunk/src/VBox/NetworkServices/Dhcpd/Defs.h
r75648 r76525 18 18 #ifndef _DHCPD_DEFS_H_ 19 19 #define _DHCPD_DEFS_H_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/stdint.h> -
trunk/src/VBox/NetworkServices/Dhcpd/DhcpMessage.h
r70836 r76525 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 17 18 #ifndef _DHCP_MESSAGE_H_ 18 19 #define _DHCP_MESSAGE_H_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 19 23 20 24 #include "Defs.h" -
trunk/src/VBox/NetworkServices/Dhcpd/DhcpOptions.h
r75648 r76525 18 18 #ifndef _DHCP_OPTIONS_H_ 19 19 #define _DHCP_OPTIONS_H_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "Defs.h" -
trunk/src/VBox/NetworkServices/Dhcpd/IPv4Pool.h
r70836 r76525 18 18 #ifndef _DHCPD_IPV4_POOL_H_ 19 19 #define _DHCPD_IPV4_POOL_H_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/asm.h> -
trunk/src/VBox/NetworkServices/Dhcpd/TimeStamp.h
r70836 r76525 18 18 #ifndef _DHCPD_TIMESTAMP_H_ 19 19 #define _DHCPD_TIMESTAMP_H_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/string.h> -
trunk/src/VBox/NetworkServices/Dhcpd/lwipopts.h
r70836 r76525 18 18 #ifndef _VBOX_DHCPD_LWIP_OPTS_H_ 19 19 #define _VBOX_DHCPD_LWIP_OPTS_H_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/cdefs.h> /* For VBOX_STRICT. */ -
trunk/src/VBox/NetworkServices/NAT/dhcp6.h
r69500 r76525 18 18 #ifndef _DHCP6_H_ 19 19 #define _DHCP6_H_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* UDP ports */ -
trunk/src/VBox/NetworkServices/NAT/lwipopts.h
r69500 r76525 18 18 #ifndef _VBOX_NETNAT_LWIP_OPTS_H_ 19 19 #define _VBOX_NETNAT_LWIP_OPTS_H_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/cdefs.h> /* For VBOX_STRICT. */ -
trunk/src/VBox/NetworkServices/NAT/portfwd.h
r69500 r76525 18 18 #ifndef _portfwd_h_ 19 19 #define _portfwd_h_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #ifndef RT_OS_WINDOWS -
trunk/src/VBox/NetworkServices/NAT/proxy.h
r69500 r76525 18 18 #ifndef ___nat_proxy_h___ 19 19 #define ___nat_proxy_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #if !defined(VBOX) -
trunk/src/VBox/NetworkServices/NAT/proxy_pollmgr.h
r69500 r76525 18 18 #ifndef _PROXY_POLLMGR_H_ 19 19 #define _PROXY_POLLMGR_H_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #ifndef RT_OS_WINDOWS -
trunk/src/VBox/NetworkServices/NAT/pxremap.h
r69500 r76525 18 18 #ifndef _pxremap_h_ 19 19 #define _pxremap_h_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "lwip/err.h" -
trunk/src/VBox/NetworkServices/NAT/pxtcp.h
r69500 r76525 18 18 #ifndef _pxtcp_h_ 19 19 #define _pxtcp_h_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "lwip/err.h" -
trunk/src/VBox/NetworkServices/NAT/tftp.h
r69500 r76525 18 18 #ifndef _TFTP_H_ 19 19 #define _TFTP_H_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #define TFTP_SERVER_PORT 69 -
trunk/src/VBox/NetworkServices/NAT/winpoll.h
r69500 r76525 18 18 #ifndef _WINPOLL_H_ 19 19 #define _WINPOLL_H_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 # include <iprt/cdefs.h> 21 24 /** -
trunk/src/VBox/NetworkServices/NAT/winutils.h
r69500 r76525 17 17 18 18 #ifndef __WINUTILS_H_ 19 # define __WINUTILS_H_ 19 #define __WINUTILS_H_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 # include <iprt/cdefs.h> -
trunk/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.h
r69500 r76525 18 18 #ifndef ___VBoxNetBaseService_h___ 19 19 #define ___VBoxNetBaseService_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/critsect.h> -
trunk/src/VBox/NetworkServices/NetLib/VBoxNetLib.h
r69500 r76525 18 18 #ifndef ___VBoxNetUDP_h___ 19 19 #define ___VBoxNetUDP_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/net.h> -
trunk/src/VBox/NetworkServices/NetLib/VBoxPortForwardString.h
r69500 r76525 18 18 #ifndef ___VBoxPortForwardString_h___ 19 19 #define ___VBoxPortForwardString_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/net.h> -
trunk/src/VBox/NetworkServices/NetLib/cpp/utils.h
r69500 r76525 18 18 #ifndef ___NETLIB_CPP_UTILS_H___ 19 19 #define ___NETLIB_CPP_UTILS_H___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/types.h> -
trunk/src/VBox/NetworkServices/NetLib/shared_ptr.h
r69500 r76525 18 18 #ifndef __SHARED_PTR_H__ 19 19 #define __SHARED_PTR_H__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #ifdef __cplusplus -
trunk/src/VBox/NetworkServices/NetLib/utils.h
r69500 r76525 19 19 * Header Files * 20 20 *******************************************************************************/ 21 21 22 #ifndef _NETLIB_UTILS_H_ 22 23 #define _NETLIB_UTILS_H_ 24 #ifndef RT_WITHOUT_PRAGMA_ONCE 25 # pragma once 26 #endif 23 27 24 28 #include "cpp/utils.h"
Note:
See TracChangeset
for help on using the changeset viewer.