Mercurial > hg > orthanc
diff Core/Enumerations.cpp @ 1578:09715095fc53
cont
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 25 Aug 2015 15:33:36 +0200 |
parents | 7aac0cddd42e |
children | b93c398f934d |
line wrap: on
line diff
--- a/Core/Enumerations.cpp Tue Aug 25 15:10:45 2015 +0200 +++ b/Core/Enumerations.cpp Tue Aug 25 15:33:36 2015 +0200 @@ -40,6 +40,8 @@ namespace Orthanc { + // This function is autogenerated by the script + // "Resources/GenerateErrorCodes.py" const char* EnumerationToString(ErrorCode error) { switch (error) @@ -921,6 +923,8 @@ } + // This function is autogenerated by the script + // "Resources/GenerateErrorCodes.py" HttpStatus ConvertErrorCodeToHttpStatus(ErrorCode error) { switch (error)