~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/uuid.h

  • Committer: Brian Aker
  • Date: 2011-02-20 01:01:53 UTC
  • mto: This revision was merged to the branch mainline in revision 2187.
  • Revision ID: brian@tangent.org-20110220010153-21tep673kjrm0ix1
Further commit const on field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
  uint32_t size_of() const { return sizeof(*this); }
68
68
 
69
69
  bool get_date(type::Time &ltime, uint32_t) const;
70
 
  bool get_time(type::Time &ltime);
 
70
  bool get_time(type::Time &ltime) const;
71
71
 
72
72
#ifdef NOT_YET
73
73
  void generate();