~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cached_directory.h

Merged build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
#include <cstdlib>
38
38
#include <cerrno>
39
39
 
40
 
#ifdef __cplusplus
41
 
extern "C" {
42
 
#endif
43
 
 
44
40
namespace drizzled
45
41
{
46
42
 
153
149
 
154
150
} /* namespace drizzled */
155
151
 
156
 
#ifdef __cplusplus
157
 
}
158
 
#endif
159
 
 
160
152
#endif /* DRIZZLED_CACHED_DIRECTORY_H */