comparison Resources/CMake/OrthancStoneConfiguration.cmake @ 434:3a8bcc45c221 am-vsol-upgrade

moved the HTTP cache from OrthancApiClient to BaseWebService (not implemented yet in WASM)
author am@osimis.io
date Mon, 03 Dec 2018 18:03:30 +0100
parents 26b90b110719
children a750f11892ec
comparison
equal deleted inserted replaced
433:8999823db8b8 434:3a8bcc45c221
186 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceGetCommand.cpp 186 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceGetCommand.cpp
187 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServicePostCommand.cpp 187 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServicePostCommand.cpp
188 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceDeleteCommand.cpp 188 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceDeleteCommand.cpp
189 ${ORTHANC_STONE_ROOT}/Platforms/Generic/DelayedCallCommand.cpp 189 ${ORTHANC_STONE_ROOT}/Platforms/Generic/DelayedCallCommand.cpp
190 ${ORTHANC_STONE_ROOT}/Platforms/Generic/Oracle.cpp 190 ${ORTHANC_STONE_ROOT}/Platforms/Generic/Oracle.cpp
191 ${ORTHANC_STONE_ROOT}/Platforms/Generic/OracleWebService.h 191 ${ORTHANC_STONE_ROOT}/Platforms/Generic/OracleWebService.cpp
192 ${ORTHANC_STONE_ROOT}/Platforms/Generic/OracleDelayedCallExecutor.h 192 ${ORTHANC_STONE_ROOT}/Platforms/Generic/OracleDelayedCallExecutor.h
193 ) 193 )
194 194
195 if (ENABLE_SDL OR ENABLE_QT) 195 if (ENABLE_SDL OR ENABLE_QT)
196 list(APPEND APPLICATIONS_SOURCES 196 list(APPEND APPLICATIONS_SOURCES
269 ${ORTHANC_STONE_ROOT}/Framework/Radiography/RadiographyWindowingTracker.cpp 269 ${ORTHANC_STONE_ROOT}/Framework/Radiography/RadiographyWindowingTracker.cpp
270 ${ORTHANC_STONE_ROOT}/Framework/SmartLoader.cpp 270 ${ORTHANC_STONE_ROOT}/Framework/SmartLoader.cpp
271 ${ORTHANC_STONE_ROOT}/Framework/StoneEnumerations.cpp 271 ${ORTHANC_STONE_ROOT}/Framework/StoneEnumerations.cpp
272 ${ORTHANC_STONE_ROOT}/Framework/StoneException.h 272 ${ORTHANC_STONE_ROOT}/Framework/StoneException.h
273 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/AffineTransform2D.cpp 273 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/AffineTransform2D.cpp
274 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/BaseWebService.cpp
274 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/CoordinateSystem3D.cpp 275 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/CoordinateSystem3D.cpp
275 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/DicomFrameConverter.cpp 276 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/DicomFrameConverter.cpp
276 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/DicomStructureSet.cpp 277 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/DicomStructureSet.cpp
277 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/DownloadStack.cpp 278 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/DownloadStack.cpp
278 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/Extent2D.cpp 279 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/Extent2D.cpp