comparison Core/Enumerations.h @ 1576:de54c19fc44d

refactoring OrthancException
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 25 Aug 2015 14:48:06 +0200
parents f8aae45011c9
children 7aac0cddd42e
comparison
equal deleted inserted replaced
1575:f8aae45011c9 1576:de54c19fc44d
399 ResourceType GetParentResourceType(ResourceType type); 399 ResourceType GetParentResourceType(ResourceType type);
400 400
401 DicomModule GetModule(ResourceType type); 401 DicomModule GetModule(ResourceType type);
402 402
403 const char* GetDicomSpecificCharacterSet(Encoding encoding); 403 const char* GetDicomSpecificCharacterSet(Encoding encoding);
404
405 HttpStatus ConvertErrorCodeToHttpStatus(ErrorCode error);
404 } 406 }