ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/HostStatus/Host.cpp
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!

File Contents

# User Rev Content
1 Douglas Thrift 31 // 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     }

Properties

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