~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/discrete_interval.h

Merge trunk and resolve all conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 */
19
19
 
20
20
 
21
 
#ifndef DRIZZLED_DISCRETE_INTERVALS_H
22
 
#define DRIZZLED_DISCRETE_INTERVALS_H
 
21
#ifndef DRIZZLED_DISCRETE_INTERVAL_H
 
22
#define DRIZZLED_DISCRETE_INTERVAL_H
23
23
 
24
24
/*
25
25
  Such interval is "discrete": it is the set of
175
175
 
176
176
};
177
177
 
178
 
#endif /* DRIZZLED_DISCRETE_INTERVALS_H */
 
178
#endif /* DRIZZLED_DISCRETE_INTERVAL_H */