~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/temporal.h

Merged in some icc warning fixes that also had something to do with the plugin header.

Show diffs side-by-side

added added

removed removed

Lines of Context:
472
472
public:
473
473
  Time() :Temporal() {}
474
474
  /* Maximum number of seconds in 23:59:59 (24 * 60 * 60) */
475
 
  const static uint32_t MAX_CUMULATIVE_SECONDS= 86400L;
 
475
  static const uint32_t MAX_CUMULATIVE_SECONDS= 86400L;
476
476
 
477
477
  /**
478
478
   * Comparison operator overloads to compare a Time against