X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fhttp%2Fclient.h;h=e0b9b64f097b62c563480e0f879b2985cb5523c2;hb=5afa6e0e07b20ef58d262d69d96971df9a4be71f;hp=ebb73216a4eacfbbdfce4cc511e86f1e771395ef;hpb=ebbf753626c9e5dd26743c379741c53f9f11866e;p=libs%2Fnet.git diff --git a/source/http/client.h b/source/http/client.h index ebb7321..e0b9b64 100644 --- a/source/http/client.h +++ b/source/http/client.h @@ -10,13 +10,6 @@ namespace Msp { namespace Http { -class client_busy: public std::logic_error -{ -public: - client_busy(): std::logic_error(std::string()) { } - virtual ~client_busy() throw() { } -}; - class Request; class Response;