~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/temporal.h

  • Committer: Brian Aker
  • Date: 2009-07-16 22:37:01 UTC
  • mto: This revision was merged to the branch mainline in revision 1100.
  • Revision ID: brian@gaz-20090716223701-vbbbo8dmgd2ljqqo
Refactor TableShare has to be behind class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* - mode: c; c-basic-offset: 2; indent-tabs-mode: nil; -*-
2
2
 *  vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
3
3
 *
4
 
 *  Copyright (C) 2008-2009 Sun Microsystems
 
4
 *  Copyright (C) 2008 Sun Microsystems
 
5
 *
 
6
 *  Authors:
 
7
 *
 
8
 *  Jay Pipes <jay.pipes@sun.com>
5
9
 *
6
10
 *  This program is free software; you can redistribute it and/or modify
7
11
 *  it under the terms of the GNU General Public License as published by
68
72
 
69
73
#include "drizzled/calendar.h"
70
74
 
71
 
#include <cassert>
72
75
#include <ostream>
73
76
 
74
77
/* Outside forward declarations */
472
475
public:
473
476
  Time() :Temporal() {}
474
477
  /* Maximum number of seconds in 23:59:59 (24 * 60 * 60) */
475
 
  static const uint32_t MAX_CUMULATIVE_SECONDS= 86400L;
 
478
  const static uint32_t MAX_CUMULATIVE_SECONDS= 86400L;
476
479
 
477
480
  /**
478
481
   * Comparison operator overloads to compare a Time against