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