X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Frouter_flexml.hpp;h=0fccd8af633c89ec5c1e573da5d2cc9c673ae021;hb=1062df724f86b66ec8c84f56e11464da5091c4af;hp=4dbbb2e549fe8a28e22b64c0f0fbb0efc077bf4c;hpb=e37986364a31d89a64d46154f0b7a4c87b089083;p=metaproxy-moved-to-github.git diff --git a/src/router_flexml.hpp b/src/router_flexml.hpp index 4dbbb2e..0fccd8a 100644 --- a/src/router_flexml.hpp +++ b/src/router_flexml.hpp @@ -43,11 +43,6 @@ namespace metaproxy_1 ~RouterFleXML(); virtual RoutePos *createpos() const; - class XMLError1 : public std::runtime_error { - public: - XMLError1(const std::string msg) : - std::runtime_error("XMLError : " + msg) {} ; - }; private: boost::scoped_ptr m_p; };