# | Line 7 | Line 7 | |
---|---|---|
7 | #ifndef _Publisher_hpp_ | |
8 | #define _Publisher_hpp_ | |
9 | ||
10 | < | #include "AwayMessage.hpp" |
10 | > | #include "Zoe.hpp" |
11 | ||
12 | class Publisher | |
13 | { | |
14 | private: | |
15 | < | // |
15 | > | const std::set<Buddy>& buddies; |
16 | > | const Database& database; |
17 | > | bool start; |
18 | > | void publish(); |
19 | public: | |
20 | < | Publisher(const std::set<Buddy>& buddies); |
18 | < | ~Publisher() {} |
19 | < | // |
20 | > | Publisher(const std::set<Buddy>& buddies, const Database& database, bool start); |
21 | }; | |
22 | ||
23 | #endif // _Publisher_hpp_ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |