# | Line 41 | Line 41 | protected: | |
---|---|---|
41 | CommandRunner(const cse::String &sitemap, ext::Queue<Url> &queue, api::ThreadMutex &queueLock) : sitemap(sitemap), queue(queue), queueLock(queueLock) {} | |
42 | template <typename Type> | |
43 | Type GetProperties(const cse::String &property, const cse::String &target); | |
44 | + | cse::String GetPassword(const api::Path &directory); |
45 | }; | |
46 | ||
47 | #endif//_Command_hpp_ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |