~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/timestamp.h

MergedĀ build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include <drizzled/field/str.h>
25
25
 
 
26
namespace drizzled
 
27
{
 
28
 
26
29
class TableShare;
27
30
typedef struct charset_info_st CHARSET_INFO;
28
31
 
72
75
  timestamp_auto_set_type get_auto_set_type() const;
73
76
};
74
77
 
 
78
} /* namespace drizzled */
 
79
 
75
80
#endif /* DRIZZLED_FIELD_TIMESTAMP_H */
76
81