~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2008-12-22 06:22:15 UTC
  • mfrom: (722.1.9 devel)
  • Revision ID: brian@tangent.org-20081222062215-q2zhizw1kl3zedua
Merge Monty

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;