diff OrthancCppClient/HttpException.h @ 474:a9693dc7089c

move tostring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 15 Jul 2013 17:25:53 +0200
parents c9a5d72f8481
children
line wrap: on
line diff
--- a/OrthancCppClient/HttpException.h	Mon Jul 15 17:22:13 2013 +0200
+++ b/OrthancCppClient/HttpException.h	Mon Jul 15 17:25:53 2013 +0200
@@ -40,8 +40,6 @@
     std::string custom_;
 
   public:
-    static const char* GetDescription(HttpStatus status);
-
     HttpException(const std::string& custom)
     {
       status_ = HttpStatus_None;