Changeset 98307 in vbox
- Timestamp:
- Jan 25, 2023 6:14:19 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155517
- Location:
- trunk
- Files:
-
- 2 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp
r98289 r98307 31 31 #include <iprt/dir.h> 32 32 #include <iprt/param.h> 33 #include <iprt/s3.h>34 33 #include <iprt/manifest.h> 35 34 #include <iprt/stream.h> -
trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp
r98292 r98307 32 32 #include <iprt/dir.h> 33 33 #include <iprt/file.h> 34 #include <iprt/s3.h>35 34 #include <iprt/sha.h> 36 35 #include <iprt/manifest.h> -
trunk/src/VBox/Main/src-server/VFSExplorerImpl.cpp
r98292 r98307 30 30 #include <iprt/path.h> 31 31 #include <iprt/file.h> 32 #include <iprt/s3.h>33 32 #include <iprt/cpp/utils.h> 34 33 -
trunk/src/VBox/Runtime/Makefile.kmk
r98256 r98307 2817 2817 ifdef VBOX_WITH_LIBCURL 2818 2818 VBoxRT_SOURCES += \ 2819 common/misc/s3.cpp \2820 2819 generic/http-curl.cpp \ 2821 2820 common/rest/rest-primary-object-types.cpp \ -
trunk/src/VBox/Runtime/testcase/Makefile.kmk
r98256 r98307 205 205 PROGRAMS += \ 206 206 tstRTHttp-1 \ 207 tstRTCRest-1 \ 208 tstRTS3 207 tstRTCRest-1 209 208 endif 210 209 … … 790 789 tstRTReqPool_SOURCES = tstRTReqPool.cpp 791 790 792 tstRTS3_TEMPLATE = VBoxR3TstExe793 tstRTS3_SOURCES = tstRTS3.cpp794 795 791 tstSemMutex_TEMPLATE = VBoxR3TstExe 796 792 tstSemMutex_SOURCES = tstSemMutex.cpp
Note:
See TracChangeset
for help on using the changeset viewer.