~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/tztime.h

  • Committer: Toru Maesaka
  • Date: 2008-12-18 06:53:47 UTC
  • mto: (713.1.5 devel)
  • mto: This revision was merged to the branch mainline in revision 714.
  • Revision ID: dev@torum.net-20081218065347-8m8lwkl5ejau69ht
Fixed the issues pointed out by Jay's code review

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    Converts time in my_time_t representation to local time in
42
42
    broken down DRIZZLE_TIME representation.
43
43
  */
44
 
  virtual void   gmt_sec_to_TIME(DRIZZLE_TIME *tmp, my_time_t t) const = 0;
 
44
  virtual void   gmt_sec_to_TIME(DRIZZLE_TIME *tmp, time_t t) const = 0;
45
45
  /**
46
46
    Because of constness of String returned by get_name() time zone name
47
47
    have to be already zeroended to be able to use String::ptr() instead