ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/zoe/trunk/Publisher.cpp
Revision: 15
Committed: 2004-07-13T20:14:49-07:00 (20 years, 11 months ago) by douglas
File size: 395 byte(s)
Log Message:
Did stuff, added password prompt, added initial net::Oscar stuff, added threads.

File Contents

# User Rev Content
1 douglas 13 // Zoe AIM Away Message RSS Feed Generator
2     //
3     // Seth King and Douglas Thrift
4     //
5     // $Id$
6    
7     #include "Publisher.hpp"
8    
9 douglas 15 Publisher::Publisher(const std::set<Buddy>& buddies, bool start) : start(start)
10 douglas 13 {
11 douglas 15 if (start)
12     {
13     publisher.Spawn(etl::BindAll(&Publisher::publish, this, buddies));
14     }
15 douglas 13 }
16 douglas 15
17     int Publisher::publish(const std::set<Buddy>& buddies)
18     {
19     cerr << "Publisher::publish()\n";
20    
21     // publish
22     }

Properties

Name Value
svn:eol-style native
svn:keywords Id