ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/zoe/trunk/Buddy.cpp
Revision: 46
Committed: 2004-08-16T18:52:59-07:00 (20 years, 10 months ago) by douglas
File size: 368 byte(s)
Log Message:
Made some drastic changes! Maybe not so drastic.

File Contents

# Content
1 // Zoe AIM Away Message RSS Feed Generator
2 //
3 // Seth King and Douglas Thrift
4 //
5 // $Id$
6
7 #include "Zoe.hpp"
8
9 ext::String Buddy::getRssLink() const
10 {
11 std::string link(this->link);
12
13 return link.substr(0, link.rfind('/')) + '/' + rss;
14 }
15
16 ext::String Buddy::getAtomLink() const
17 {
18 std::string link(this->link);
19
20 return link.substr(0, link.rfind('/')) + '/' + atom;
21 }

Properties

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