~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/temporal_format.h

  • Committer: Lee Bieber
  • Date: 2011-03-29 22:31:41 UTC
  • mfrom: (2257.1.3 build)
  • Revision ID: kalebral@gmail.com-20110329223141-yxc22h3l2he58sk0
Merge Andrew - 743842: Build failure using GCC 4.6
Merge Stewart - 738022: CachedDirectory silently fails to add entries if stat() fails
Merge Olaf - Common fwd: add copyright, add more declaration

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
#pragma once
32
32
 
 
33
#include <drizzled/common_fwd.h>
 
34
 
33
35
#include PCRE_HEADER
34
36
 
35
37
/* Output vector size for pcre matching.  Should be multiple of 3. */
36
38
#define OUT_VECTOR_SIZE 30
37
39
 
38
 
namespace drizzled
39
 
{
40
 
 
41
 
/* Forward declaration needed */
42
 
class Temporal;
 
40
namespace drizzled {
43
41
 
44
42
class TemporalFormat
45
43
{