14 #ifndef SPHINXTASKREDUCERSSTORAGE_HPP_
15 #define SPHINXTASKREDUCERSSTORAGE_HPP_
25 namespace reduce_task{
29 typedef std::map<unsigned long long, Poco::SharedPtr<SphinxTaskReducerIf> >::
35 Poco::SharedPtr<SphinxTaskReducerIf>
findByKey (
unsigned long long taskId);
37 void addWithKey(
unsigned long long taskId, Poco::SharedPtr<SphinxTaskReducerIf>&
41 std::map<unsigned long long, Poco::SharedPtr<SphinxTaskReducerIf> >storage;