X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Frouter_xml.cpp;h=118dd18d6ccc19aaa5620538d24efabf59d3b22e;hb=586d78659d671683f33ec55f4a7d32b28e345ccd;hp=9abba65e466de1b767224325f124a8360337b37f;hpb=cec05aa8c24b33f36e6aa1c8a00d3ecb58dd5e84;p=metaproxy-moved-to-github.git diff --git a/src/router_xml.cpp b/src/router_xml.cpp index 9abba65..118dd18 100644 --- a/src/router_xml.cpp +++ b/src/router_xml.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2013 Index Data + Copyright (C) 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 @@ -76,9 +76,9 @@ void mp::RouterXML::start() m_p->m_flexml->start(); } -void mp::RouterXML::stop() +void mp::RouterXML::stop(int signo) { - m_p->m_flexml->stop(); + m_p->m_flexml->stop(signo); } /*