ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/TimeZones/TimeZones.cpp
Revision: 54
Committed: 2003-12-12T14:42:55-08:00 (21 years, 6 months ago) by Douglas Thrift
File size: 172 byte(s)
Log Message:
What?

File Contents

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

Properties

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