ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/zoe/trunk/Stamp.cpp
(Generate patch)

Comparing trunk/Stamp.cpp (file contents):
Revision 24 by douglas, 2004-07-17T13:56:58-07:00 vs.
Revision 25 by douglas, 2004-07-17T16:29:02-07:00

# Line 23 | Line 23 | Stamp::Stamp(const ext::String& when)
23          strptime(when.NullTerminate(), "%a, %d %b %Y %T %Z", &stamp);
24   }
25  
26 < Stamp::operator ext::String()
26 > Stamp::operator ext::String() const
27   {
28          char when[30];
29  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines