Revision: | 31 |
Committed: | 2003-11-14T20:11:01-08:00 (21 years, 7 months ago) by Douglas Thrift |
File size: | 266 byte(s) |
Log Message: | The world smile on you! |
# | Content |
---|---|
1 | // Host Update |
2 | // |
3 | // Douglas Thrift |
4 | // |
5 | // $Id$ |
6 | |
7 | #include "Host.hpp" |
8 | |
9 | void Host::setSince(const string& since) |
10 | { |
11 | // |
12 | } |
13 | |
14 | ostream& operator<<(ostream& output, Host& host) |
15 | { |
16 | // |
17 | |
18 | return output; |
19 | } |
20 | |
21 | istream& operator>>(istream& input, Host& host) |
22 | { |
23 | // |
24 | |
25 | return input; |
26 | } |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Id |