ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/HostStatus/HostStatus.cpp
Revision: 28
Committed: 2003-11-14T11:45:06-08:00 (21 years, 7 months ago) by Douglas Thrift
File size: 178 byte(s)
Log Message:
Did stuff.

File Contents

# User Rev Content
1 Douglas Thrift 27 // Host Status
2     //
3     // Douglas Thrift
4     //
5     // $Id$
6    
7     #include "HostStatus.hpp"
8    
9     int main(int argc, char* argv[])
10     {
11     HostStatus status;
12    
13     return 0;
14     }
15    
16     HostStatus::HostStatus()
17     {
18     //
19     }

Properties

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