X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fmetaproxy%2Frouter.hpp;h=5fdf382b0f2352260cd01da2a6b23aa996589446;hb=74d5524719194de5dc96abd552562fa473088677;hp=392f04898102fe68500ff3578ddb981980b34abe;hpb=31977dc8d6996d2de009d62739ee5f688ba77504;p=metaproxy-moved-to-github.git diff --git a/include/metaproxy/router.hpp b/include/metaproxy/router.hpp index 392f048..5fdf382 100644 --- a/include/metaproxy/router.hpp +++ b/include/metaproxy/router.hpp @@ -42,6 +42,7 @@ namespace metaproxy_1 virtual ~Router(){}; virtual RoutePos *createpos() const = 0; + virtual void start() = 0; }; class RoutePos : boost::noncopyable {