comparison CMakeLists.txt @ 1000:13e230bbd882 lua-scripting

rename filter to command
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 04 Jul 2014 14:14:14 +0200
parents db18c071fbd7
children f3929718ea7e
comparison
equal deleted inserted replaced
999:db18c071fbd7 1000:13e230bbd882
152 OrthancServer/ServerToolbox.cpp 152 OrthancServer/ServerToolbox.cpp
153 OrthancServer/OrthancFindRequestHandler.cpp 153 OrthancServer/OrthancFindRequestHandler.cpp
154 OrthancServer/OrthancMoveRequestHandler.cpp 154 OrthancServer/OrthancMoveRequestHandler.cpp
155 155
156 # From "lua-scripting" branch 156 # From "lua-scripting" branch
157 OrthancServer/Scheduler/ServerFilterInstance.cpp 157 OrthancServer/Scheduler/ServerCommandInstance.cpp
158 OrthancServer/Scheduler/ServerJob.cpp 158 OrthancServer/Scheduler/ServerJob.cpp
159 OrthancServer/Scheduler/ServerScheduler.cpp 159 OrthancServer/Scheduler/ServerScheduler.cpp
160 OrthancServer/Scheduler/StoreScuFilter.cpp 160 OrthancServer/Scheduler/StoreScuCommand.cpp
161 ) 161 )
162 162
163 163
164 set(ORTHANC_UNIT_TESTS_SOURCES 164 set(ORTHANC_UNIT_TESTS_SOURCES
165 UnitTestsSources/DicomMapTests.cpp 165 UnitTestsSources/DicomMapTests.cpp