~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/tztime.h

  • Committer: Monty Taylor
  • Date: 2008-10-13 09:29:43 UTC
  • mfrom: (509 drizzle)
  • mto: (509.1.4 codestyle)
  • mto: This revision was merged to the branch mainline in revision 511.
  • Revision ID: monty@inaugust.com-20081013092943-rwvx4a6d85b5l2dh
MergedĀ inĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19
19
 */
20
20
 
21
 
#ifdef USE_PRAGMA_INTERFACE
22
 
#pragma interface                       /* gcc class interface */
23
 
#endif
24
21
 
25
22
/**
26
23
  This class represents abstract time zone and provides 
63
60
extern Time_zone * my_tz_SYSTEM;
64
61
extern Time_zone * my_tz_OFFSET0;
65
62
extern Time_zone * my_tz_find(THD *thd, const String *name);
66
 
extern bool     my_tz_init(THD *org_thd, const char *default_tzname, bool bootstrap);
 
63
extern bool     my_tz_init(THD *org_thd, const char *default_tzname);
67
64
extern void        my_tz_free();
68
65
extern my_time_t   sec_since_epoch_TIME(DRIZZLE_TIME *t);