ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/zoe/trunk/Publisher.hpp
(Generate patch)

Comparing trunk/Publisher.hpp (file contents):
Revision 21 by douglas, 2004-07-16T23:37:41-07:00 vs.
Revision 37 by douglas, 2004-07-22T16:00:52-07:00

# Line 17 | Line 17 | private:
17          bool start;
18          api::Thread publisher;
19          int publish();
20 +        int update();
21   public:
22 <        Publisher(const std::set<Buddy>& buddies, const Database& database, bool
22 <                start);
22 >        Publisher(const std::set<Buddy>& buddies, const Database& database, bool start);
23          ~Publisher() { if (start) publisher.Join(); }
24        //
24   };
25  
26   #endif // _Publisher_hpp_

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines