(file) Return to datetime.h CVS log (file) (dir) Up to [OMI] / omi / micxx

Diff for /omi/micxx/datetime.h between version 1.2 and 1.3

version 1.2, 2015/04/20 18:10:13 version 1.3, 2015/04/20 18:19:53
Line 124 
Line 124 
         MI_Uint32& microseconds) const;         MI_Uint32& microseconds) const;
  
     // Convert to string.     // Convert to string.
     void ToString(MI_Char buffer[26]) const;      void ToString(_Pre_writable_size_(26) MI_Char buffer[26]) const;
  
     // Return true if the two objects are equivalent.     // Return true if the two objects are equivalent.
     bool Equal(const Datetime& x) const;     bool Equal(const Datetime& x) const;


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

ViewCVS 0.9.2