X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fmetaproxy%2Frouter.hpp;h=25db0cdd8158036ea99cfe1605991d3889d663c7;hb=aff78cecdb2c7292899ae15ee8a5fd41accef2b5;hp=11c6e968c6551089f59540461036aa171e03fcf5;hpb=5ab20a4efe37e1de2694dd3f53f11f87ba35345a;p=metaproxy-moved-to-github.git diff --git a/include/metaproxy/router.hpp b/include/metaproxy/router.hpp index 11c6e96..25db0cd 100644 --- a/include/metaproxy/router.hpp +++ b/include/metaproxy/router.hpp @@ -43,6 +43,7 @@ namespace metaproxy_1 virtual RoutePos *createpos() const = 0; virtual void start() = 0; + virtual void stop() = 0; }; class RoutePos : boost::noncopyable {