~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/catalog/filesystem.h

  • Committer: Brian Aker
  • Date: 2010-12-02 07:08:17 UTC
  • mto: (2017.3.1 catalogs)
  • mto: This revision was merged to the branch mainline in revision 2073.
  • Revision ID: brian@tangent.org-20101202070817-vzs5zyun6tbql094
We now display catalogs into the tables correctly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <drizzled/plugin/catalog.h>
25
25
#include "plugin/catalog/engine.h"
26
26
 
 
27
namespace plugin {
27
28
namespace catalog {
28
29
 
29
30
class Filesystem : public drizzled::plugin::Catalog
44
45
};
45
46
 
46
47
} /* namespace catalog */
 
48
} /* namespace plugin */
47
49
 
48
50
#endif /* PLUGIN_CATALOG_FILESYSTEM_H */