Mercurial > hg > orthanc
comparison Core/Enumerations.h @ 252:bd009f0b1931
db version
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 05 Dec 2012 12:50:25 +0100 |
parents | c11273198cef |
children | 4bc02e2254ec |
comparison
equal
deleted
inserted
replaced
251:4dc9d00c359c | 252:bd009f0b1931 |
---|---|
52 ErrorCode_UriSyntax, | 52 ErrorCode_UriSyntax, |
53 ErrorCode_InexistentFile, | 53 ErrorCode_InexistentFile, |
54 ErrorCode_CannotWriteFile, | 54 ErrorCode_CannotWriteFile, |
55 ErrorCode_BadFileFormat, | 55 ErrorCode_BadFileFormat, |
56 ErrorCode_Timeout, | 56 ErrorCode_Timeout, |
57 ErrorCode_UnknownResource | 57 ErrorCode_UnknownResource, |
58 ErrorCode_IncompatibleDatabaseVersion | |
58 }; | 59 }; |
59 | 60 |
60 enum PixelFormat | 61 enum PixelFormat |
61 { | 62 { |
62 PixelFormat_RGB, | 63 PixelFormat_RGB, |