X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=include%2Fmetaproxy%2Frouter.hpp;h=25db0cdd8158036ea99cfe1605991d3889d663c7;hb=57a48e6fff520cb9848e14af3b09f3092cc6436a;hp=11c6e968c6551089f59540461036aa171e03fcf5;hpb=50597d2f7d3607e91c94601eb8eb495d73be3eae;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 {