X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=include%2Fmetaproxy%2Frouter.hpp;h=114eb03bc0dede650f8a9da572e829bb4c671f49;hb=bea71b0778660249cb48e979277341e3a54a192b;hp=25db0cdd8158036ea99cfe1605991d3889d663c7;hpb=aff78cecdb2c7292899ae15ee8a5fd41accef2b5;p=metaproxy-moved-to-github.git diff --git a/include/metaproxy/router.hpp b/include/metaproxy/router.hpp index 25db0cd..114eb03 100644 --- a/include/metaproxy/router.hpp +++ b/include/metaproxy/router.hpp @@ -23,19 +23,19 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #include -namespace metaproxy_1 +namespace metaproxy_1 { namespace filter { class Base; } class RoutePos; - + class RouterException : public std::runtime_error { public: RouterException(const std::string message) : std::runtime_error("RouterException: " + message){}; }; - + class Router : boost::noncopyable { public: Router(){};