# | Line 22 | Line 22 | struct BlogCommand : public Command | |
---|---|---|
22 | ||
23 | class Blog : public CommandRunner | |
24 | { | |
25 | + | void Entries(const api::Path &directory, const cse::String &base); |
26 | public: | |
27 | < | Blog(const cse::String &sitemap, const cse::String &base, std::queue<Url> &queue, api::ThreadMutex &queueLock, const _R<BlogCommand> &command); |
27 | > | Blog(const cse::String &sitemap, const cse::String &base, ext::Queue<Url> &queue, api::ThreadMutex &queueLock, const _R<BlogCommand> &command); |
28 | }; | |
29 | ||
30 | #endif//_Blog_hpp_ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |