Insight support for ResourceManager

This commit is contained in:
Vinnie Falco
2014-01-21 09:35:20 -05:00
parent c95dccfec6
commit 65ffdff40c
10 changed files with 63 additions and 21 deletions

View File

@@ -26,7 +26,7 @@ protected:
JobQueue (char const* name, Stoppable& parent);
public:
static JobQueue* New (std::shared_ptr <insight::Collector> const& collector,
static JobQueue* New (insight::Collector::ptr const& collector,
Stoppable& parent, Journal journal);
virtual ~JobQueue () { }