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

Comparing trunk/Rss.hpp (file contents):
Revision 9 by douglas, 2004-07-10T01:46:06-07:00 vs.
Revision 34 by douglas, 2004-07-20T16:49:06-07:00

# Line 7 | Line 7
7   #ifndef _Rss_hpp_
8   #define _Rss_hpp_
9  
10 < #include "Zoe.hpp"
10 > #include "AwayMessage.hpp"
11  
12 < class Rss
13 < {
14 < private:
15 < public:
16 <        Rss() {}
17 <        ~Rss() {}
18 < };
12 > struct Rss { Rss(const Buddy& buddy, const std::vector<AwayMessage>& messages, const Stamp& stamp); };
13  
14   #endif // _Rss_hpp_

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines