~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/common_fwd.h

  • Committer: Olaf van der Spek
  • Date: 2011-06-30 22:44:16 UTC
  • mto: This revision was merged to the branch mainline in revision 2362.
  • Revision ID: olafvdspek@gmail.com-20110630224416-hw5qqjvub0nmncwd
Move type::Time typedefs to common_fwd

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include <boost/thread/condition_variable.hpp>
22
22
#include <boost/thread/mutex.hpp>
23
23
#include <cstring>
 
24
#include <drizzled/visibility.h>
24
25
#include <string>
25
26
#include <vector>
26
27
 
213
214
214
215
  class Decimal;
215
216
  class Time; 
 
217
 
 
218
  typedef int64_t datetime_t;
 
219
  typedef int64_t date_t;
 
220
  typedef int64_t epoch_t;
 
221
  typedef uint32_t usec_t;
216
222
}
217
223
 
218
224
namespace util