~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/uuid.h

  • Committer: Brian Aker
  • Date: 2011-01-25 07:22:15 UTC
  • mfrom: (2109.1.7 drizzle-build)
  • Revision ID: brian@tangent.org-20110125072215-567z6uzy5vdvn4va
Merge in build/timestamp patches/fixes.

Show diffs side-by-side

added added

removed removed

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