~mordred/drizzle/fix-bell-bugs

« back to all changes in this revision

Viewing changes to drizzled/cached_directory.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
#include <strings.h>
31
31
#include <limits.h>
32
 
#include "cached_directory.h"
 
32
 
 
33
#include "drizzled/cached_directory.h"
33
34
 
34
35
using namespace std;
35
36
 
 
37
namespace drizzled
 
38
{
36
39
 
37
40
CachedDirectory::CachedDirectory() : 
38
41
  error(0)
131
134
 
132
135
  return error == 0;
133
136
}
 
137
 
 
138
} /* namespace drizzled */