Mercurial > hg > orthanc
comparison Core/HttpServer/HttpOutput.cpp @ 475:72cca077abf8
removal of HttpException
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 15 Jul 2013 17:32:47 +0200 |
parents | a9693dc7089c |
children | 6f8ae46ed90e |
comparison
equal
deleted
inserted
replaced
474:a9693dc7089c | 475:72cca077abf8 |
---|---|
36 #include <vector> | 36 #include <vector> |
37 #include <stdio.h> | 37 #include <stdio.h> |
38 #include <boost/lexical_cast.hpp> | 38 #include <boost/lexical_cast.hpp> |
39 #include "../OrthancException.h" | 39 #include "../OrthancException.h" |
40 #include "../Toolbox.h" | 40 #include "../Toolbox.h" |
41 #include "../../OrthancCppClient/HttpException.h" | |
42 | 41 |
43 namespace Orthanc | 42 namespace Orthanc |
44 { | 43 { |
45 void HttpOutput::SendString(const std::string& s) | 44 void HttpOutput::SendString(const std::string& s) |
46 { | 45 { |