Changes between Version 10 and Version 11 of 2010CaoTme5
- Timestamp:
- Apr 9, 2010, 7:17:19 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
2010CaoTme5
v10 v11 272 272 inline unsigned int getTime () const; 273 273 inline unsigned int getDelta () const; 274 friend bool operator< ( const Time& lhs, const Time& rhs );274 friend bool operator< ( const Date& lhs, const Date& rhs ); 275 275 }; 276 276 }}}