~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/temporal.h

  • Committer: patrick crews
  • Date: 2011-03-15 12:12:09 UTC
  • mfrom: (1099.4.216 drizzle)
  • Revision ID: gleebix@gmail.com-20110315121209-8g2tkf31w0rx9ter
Tags: 2011.03.12
Updated translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 * @see drizzled/calendar.cc
40
40
 */
41
41
 
42
 
#ifndef DRIZZLED_TEMPORAL_H
43
 
#define DRIZZLED_TEMPORAL_H
 
42
#pragma once
44
43
 
45
44
#define DRIZZLE_MAX_SECONDS 59
46
45
#define DRIZZLE_MAX_SECONDS_WITH_LEAP 61
830
829
 
831
830
} /* end namespace drizzled */
832
831
 
833
 
#endif /* DRIZZLED_TEMPORAL_H */