diff 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
line wrap: on
line diff
--- a/Core/Enumerations.h	Mon Jul 15 17:37:24 2013 +0200
+++ b/Core/Enumerations.h	Mon Jul 15 21:27:49 2013 +0200
@@ -182,4 +182,10 @@
     FileContentType_Dicom = 1,
     FileContentType_Json = 2
   };
+
+
+
+  const char* EnumerationToString(HttpMethod method);
+
+  const char* EnumerationToString(HttpStatus status);
 }