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

Comparing trunk/Stamp.hpp (file contents):
Revision 24 by douglas, 2004-07-16T23:37:41-07:00 vs.
Revision 25 by douglas, 2004-07-17T16:29:02-07:00

# Line 20 | Line 20 | public:
20          Stamp(int day, int month = 0, int year = 0, int hour = 0, int minute = 0,
21                  int second = 0);
22          Stamp(const ext::String& when);
23 <        ~Stamp() {}
24 <        operator ext::String();
23 >        operator ext::String() const;
24          Stamp operator+(Stamp stamp);
25          Stamp operator-(Stamp stamp);
26          Stamp& operator++() { *this += 1; return *this; }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines