comparison OrthancServer/OrthancRestApi/OrthancRestArchive.cpp @ 976:6968356679c0 plugins

integration mainline->plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Jun 2014 14:55:43 +0200
parents cd8a69aa4093 83622b0f544c
children 82567bac5e25
comparison
equal deleted inserted replaced
973:ab6475e33473 976:6968356679c0
232 writer.CloseDirectory(); 232 writer.CloseDirectory();
233 return true; 233 return true;
234 } 234 }
235 235
236 template <enum ResourceType resourceType> 236 template <enum ResourceType resourceType>
237 static void GetArchive(RestApi::GetCall& call) 237 static void GetArchive(RestApiGetCall& call)
238 { 238 {
239 ServerContext& context = OrthancRestApi::GetContext(call); 239 ServerContext& context = OrthancRestApi::GetContext(call);
240 240
241 std::string id = call.GetUriComponent("id", ""); 241 std::string id = call.GetUriComponent("id", "");
242 242