13 #ifndef CONTENTS_STORAGE_BASE_HPP
14 #define CONTENTS_STORAGE_BASE_HPP
16 #include <Poco/Condition.h>
17 #include <Poco/Mutex.h>
18 #include <Poco/SharedPtr.h>
34 typedef Poco::SharedPtr<std::vector<std::map<unsigned long long, std::vector<WordPos> > > >
WordPosPtrType;
36 Poco::FastMutex componentMutex;
37 Poco::FastMutex refinesVectorMutex;
38 Poco::Condition conditionVar;
39 std::vector<std::pair<RefinePtrType, bool > > refinesVector;