~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzle_time.h

  • Committer: Billy Earney
  • Date: 2010-10-27 19:40:38 UTC
  • mto: This revision was merged to the branch mainline in revision 1942.
  • Revision ID: earney@oseda-archive.missouri.edu-20101027194038-9j37nj528cbvemdx
removed my_micro_time, my_micro_time_and_time, along with my_getsystime and replaced with boost:date_time for compatibility between OS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
185
185
  INTERVAL_MINUTE_MICROSECOND, INTERVAL_SECOND_MICROSECOND, INTERVAL_LAST
186
186
};
187
187
 
188
 
extern uint64_t my_getsystime(void);
189
 
extern uint64_t my_micro_time(void);
190
 
extern uint64_t my_micro_time_and_time(time_t *time_arg);
191
 
 
192
188
} /* namespace drizzled */
193
189
 
194
190
#endif /* DRIZZLED_DRIZZLE_TIME_H */