comparison Core/Enumerations.h @ 477:6f8ae46ed90e

moves
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 15 Jul 2013 21:27:49 +0200
parents c9a5d72f8481
children 7f7a2d174acb f64e3838d6e1
comparison
equal deleted inserted replaced
476:4aae0261515e 477:6f8ae46ed90e
180 enum FileContentType 180 enum FileContentType
181 { 181 {
182 FileContentType_Dicom = 1, 182 FileContentType_Dicom = 1,
183 FileContentType_Json = 2 183 FileContentType_Json = 2
184 }; 184 };
185
186
187
188 const char* EnumerationToString(HttpMethod method);
189
190 const char* EnumerationToString(HttpStatus status);
185 } 191 }