comparison OrthancServer/OrthancMoveRequestHandler.cpp @ 722:3596177682a9

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 14 Feb 2014 16:12:44 +0100
parents 2d0a347e8cfc
children 537837f50fbb
comparison
equal deleted inserted replaced
721:9b15028ddc1b 722:3596177682a9
137 throw OrthancException(ErrorCode_BadRequest); 137 throw OrthancException(ErrorCode_BadRequest);
138 } 138 }
139 139
140 ResourceType level = StringToResourceType(levelTmp->AsString().c_str()); 140 ResourceType level = StringToResourceType(levelTmp->AsString().c_str());
141 141
142
143 /** 142 /**
144 * Lookup for the resource to be sent. 143 * Lookup for the resource to be sent.
145 **/ 144 **/
146 145
147 bool ok; 146 bool ok;