Changeset 76576 in vbox for trunk/src/VBox/NetworkServices/NetLib
- Timestamp:
- Jan 1, 2019 6:05:25 AM (6 years ago)
- Location:
- trunk/src/VBox/NetworkServices/NetLib
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.h
r76553 r76576 16 16 */ 17 17 18 #ifndef ___VBoxNetBaseService_h___19 #define ___VBoxNetBaseService_h___18 #ifndef VBOX_INCLUDED_SRC_NetLib_VBoxNetBaseService_h 19 #define VBOX_INCLUDED_SRC_NetLib_VBoxNetBaseService_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 146 146 }; 147 147 # endif 148 #endif 148 #endif /* !VBOX_INCLUDED_SRC_NetLib_VBoxNetBaseService_h */ -
trunk/src/VBox/NetworkServices/NetLib/VBoxNetLib.h
r76553 r76576 16 16 */ 17 17 18 #ifndef ___VBoxNetUDP_h___19 #define ___VBoxNetUDP_h___18 #ifndef VBOX_INCLUDED_SRC_NetLib_VBoxNetLib_h 19 #define VBOX_INCLUDED_SRC_NetLib_VBoxNetLib_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 69 69 RT_C_DECLS_END 70 70 71 #endif 71 #endif /* !VBOX_INCLUDED_SRC_NetLib_VBoxNetLib_h */ 72 72 -
trunk/src/VBox/NetworkServices/NetLib/VBoxPortForwardString.h
r76553 r76576 16 16 */ 17 17 18 #ifndef ___VBoxPortForwardString_h___19 #define ___VBoxPortForwardString_h___18 #ifndef VBOX_INCLUDED_SRC_NetLib_VBoxPortForwardString_h 19 #define VBOX_INCLUDED_SRC_NetLib_VBoxPortForwardString_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 56 56 RT_C_DECLS_END 57 57 58 #endif 58 #endif /* !VBOX_INCLUDED_SRC_NetLib_VBoxPortForwardString_h */ 59 59 -
trunk/src/VBox/NetworkServices/NetLib/cpp/utils.h
r76553 r76576 16 16 */ 17 17 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 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 44 44 } 45 45 46 #endif 46 #endif /* !VBOX_INCLUDED_SRC_NetLib_cpp_utils_h */ 47 47 -
trunk/src/VBox/NetworkServices/NetLib/shared_ptr.h
r76553 r76576 16 16 */ 17 17 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 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 100 100 #endif 101 101 102 #endif 102 #endif /* !VBOX_INCLUDED_SRC_NetLib_shared_ptr_h */ -
trunk/src/VBox/NetworkServices/NetLib/utils.h
r76553 r76576 20 20 *******************************************************************************/ 21 21 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 24 24 #ifndef RT_WITHOUT_PRAGMA_ONCE 25 25 # pragma once … … 140 140 int destroyClientListener(ComNatListenerPtr& listener, const ComVirtualBoxClientPtr& vboxclientptr); 141 141 142 #endif 142 #endif /* !VBOX_INCLUDED_SRC_NetLib_utils_h */
Note:
See TracChangeset
for help on using the changeset viewer.