~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/time/curtime.h

Merged from Toru - removal of my_time_t.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
  void fix_length_and_dec();
39
39
  /*
40
40
    Abstract method that defines which time zone is used for conversion.
41
 
    Converts time current time in my_time_t representation to broken-down
 
41
    Converts time current time in time_t representation to broken-down
42
42
    DRIZZLE_TIME representation using UTC-SYSTEM or per-thread time zone.
43
43
  */
44
44
  virtual void store_now_in_TIME(DRIZZLE_TIME *now_time)=0;