~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/time/from_days.h

  • Committer: Brian Aker
  • Date: 2009-05-15 07:40:30 UTC
  • mfrom: (1019.1.7 merge)
  • Revision ID: brian@gaz-20090515074030-che1sh7nqadhyj45
Code / Style cleanup merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
   * @param Reference to a drizzled::Date to populate
50
50
   */
51
51
  bool get_temporal(drizzled::Date &temporal);
52
 
  bool check_vcol_func_processor(unsigned char *)
53
 
  { return false; }
54
52
};
55
53
 
56
54