X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_frontend_net.hpp;h=6562c159239a33a54d02154440356d9142c2d14f;hb=586d78659d671683f33ec55f4a7d32b28e345ccd;hp=ee91e54ef228d5a2964da6e8d6dc92b0486b3733;hpb=4bfec20c393570a81471c644fad6268eed3dba29;p=metaproxy-moved-to-github.git diff --git a/src/filter_frontend_net.hpp b/src/filter_frontend_net.hpp index ee91e54..6562c15 100644 --- a/src/filter_frontend_net.hpp +++ b/src/filter_frontend_net.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2011 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 @@ -31,6 +31,10 @@ namespace metaproxy_1 { class FrontendNet : public Base { class Rep; class Port; + class ZAssocServer; + class ZAssocChild; + class ThreadPoolPackage; + class My_Timer_Thread; boost::scoped_ptr m_p; public: FrontendNet(); @@ -38,6 +42,7 @@ namespace metaproxy_1 { void process(metaproxy_1::Package & package) const; void configure(const xmlNode * ptr, bool test_only, const char *path); + void stop(int signo) const; public: /// set ports void set_ports(std::vector &ports);