Changeset 76525 in vbox for trunk/src/VBox/NetworkServices/NetLib
- Timestamp:
- Dec 30, 2018 5:51:31 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127827
- Location:
- trunk/src/VBox/NetworkServices/NetLib
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
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.