~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/temporal.h

  • Committer: Brian Aker
  • Date: 2010-01-15 01:41:40 UTC
  • mfrom: (1259.8.3 i_s_work)
  • Revision ID: brian@gaz-20100115014140-0n6kh7fqhp1abqs4
Merge Joe Daly

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
 
69
69
#include "drizzled/calendar.h"
70
70
 
 
71
#include <cassert>
71
72
#include <ostream>
72
73
 
73
74
/* Outside forward declarations */
471
472
public:
472
473
  Time() :Temporal() {}
473
474
  /* Maximum number of seconds in 23:59:59 (24 * 60 * 60) */
474
 
  const static uint32_t MAX_CUMULATIVE_SECONDS= 86400L;
 
475
  static const uint32_t MAX_CUMULATIVE_SECONDS= 86400L;
475
476
 
476
477
  /**
477
478
   * Comparison operator overloads to compare a Time against