comparison OrthancServer/OrthancRestApi/OrthancRestResources.cpp @ 1929:cda5b0ab4ce5

ORTHANC_MAXIMUM_TAG_LENGTH made explicit
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 Mar 2016 14:28:59 +0100
parents 6c73df12ca51
children 533ff46e944b
comparison
equal deleted inserted replaced
1928:84c7eaeb5244 1929:cda5b0ab4ce5
466 466
467 467
468 468
469 static void GetRawFrame(RestApiGetCall& call) 469 static void GetRawFrame(RestApiGetCall& call)
470 { 470 {
471 ServerContext& context = OrthancRestApi::GetContext(call);
472
473 std::string frameId = call.GetUriComponent("frame", "0"); 471 std::string frameId = call.GetUriComponent("frame", "0");
474 472
475 unsigned int frame; 473 unsigned int frame;
476 try 474 try
477 { 475 {