X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=include%2Fmetaproxy%2Frouter.hpp;h=25db0cdd8158036ea99cfe1605991d3889d663c7;hb=57a48e6fff520cb9848e14af3b09f3092cc6436a;hp=392f04898102fe68500ff3578ddb981980b34abe;hpb=e6d572ef110d14fa55115021505b808620457bd3;p=metaproxy-moved-to-github.git diff --git a/include/metaproxy/router.hpp b/include/metaproxy/router.hpp index 392f048..25db0cd 100644 --- a/include/metaproxy/router.hpp +++ b/include/metaproxy/router.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2010 Index Data + Copyright (C) 2005-2012 Index Data Metaproxy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -42,6 +42,8 @@ namespace metaproxy_1 virtual ~Router(){}; virtual RoutePos *createpos() const = 0; + virtual void start() = 0; + virtual void stop() = 0; }; class RoutePos : boost::noncopyable {