Changeset 76507 in vbox for trunk/include/iprt/cpp
- Timestamp:
- Dec 30, 2018 3:43:09 AM (6 years ago)
- Location:
- trunk/include/iprt/cpp
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/autores.h
r69105 r76507 26 26 #ifndef ___iprt_autores_h 27 27 #define ___iprt_autores_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/types.h> -
trunk/include/iprt/cpp/exception.h
r69105 r76507 26 26 #ifndef ___iprt_cpp_exception_h 27 27 #define ___iprt_cpp_exception_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/cpp/ministring.h> -
trunk/include/iprt/cpp/list.h
r69105 r76507 26 26 #ifndef ___iprt_cpp_list_h 27 27 #define ___iprt_cpp_list_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/cpp/meta.h> -
trunk/include/iprt/cpp/lock.h
r69475 r76507 26 26 #ifndef ___iprt_cpp_lock_h 27 27 #define ___iprt_cpp_lock_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/critsect.h> -
trunk/include/iprt/cpp/meta.h
r69105 r76507 26 26 #ifndef ___iprt_cpp_meta_h 27 27 #define ___iprt_cpp_meta_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/types.h> -
trunk/include/iprt/cpp/ministring.h
r75008 r76507 26 26 #ifndef ___iprt_cpp_ministring_h 27 27 #define ___iprt_cpp_ministring_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/mem.h> -
trunk/include/iprt/cpp/mtlist.h
r69105 r76507 26 26 #ifndef ___iprt_cpp_mtlist_h 27 27 #define ___iprt_cpp_mtlist_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/cpp/list.h> -
trunk/include/iprt/cpp/path.h
r76417 r76507 26 26 #ifndef ___iprt_cpp_path_h 27 27 #define ___iprt_cpp_path_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/assert.h> -
trunk/include/iprt/cpp/restanyobject.h
r74425 r76507 26 26 #ifndef ___iprt_cpp_restanyobject_h 27 27 #define ___iprt_cpp_restanyobject_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/cpp/restbase.h> -
trunk/include/iprt/cpp/restarray.h
r74425 r76507 26 26 #ifndef ___iprt_cpp_restarray_h 27 27 #define ___iprt_cpp_restarray_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/cpp/restbase.h> -
trunk/include/iprt/cpp/restbase.h
r76417 r76507 26 26 #ifndef ___iprt_cpp_restbase_h 27 27 #define ___iprt_cpp_restbase_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/cdefs.h> -
trunk/include/iprt/cpp/restclient.h
r74428 r76507 26 26 #ifndef ___iprt_cpp_restclient_h 27 27 #define ___iprt_cpp_restclient_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/http.h> -
trunk/include/iprt/cpp/restoutput.h
r74425 r76507 26 26 #ifndef ___iprt_cpp_restoutput_h 27 27 #define ___iprt_cpp_restoutput_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/cdefs.h> -
trunk/include/iprt/cpp/reststringmap.h
r74425 r76507 26 26 #ifndef ___iprt_cpp_reststringmap_h 27 27 #define ___iprt_cpp_reststringmap_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/list.h> -
trunk/include/iprt/cpp/utils.h
r69475 r76507 26 26 #ifndef ___iprt_cpputils_h 27 27 #define ___iprt_cpputils_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/types.h> -
trunk/include/iprt/cpp/xml.h
r69105 r76507 26 26 #ifndef ___iprt_xml_h 27 27 #define ___iprt_xml_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #ifndef IN_RING3
Note:
See TracChangeset
for help on using the changeset viewer.