~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/catalog/engine.h

  • Committer: Monty Taylor
  • Date: 2011-03-15 16:10:15 UTC
  • mfrom: (2235.3.1 staging)
  • Revision ID: mordred@inaugust.com-20110315161015-qceggirmf3cct7cw
Merge in libdrizzle install changes, doc changes and some header
refactoring.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19
19
 */
20
20
 
21
 
#ifndef DRIZZLED_CATALOG_ENGINE_H
22
 
#define DRIZZLED_CATALOG_ENGINE_H
 
21
#pragma once
23
22
 
24
23
#include <boost/shared_ptr.hpp>
25
 
#include "drizzled/identifier/catalog.h"
26
 
#include "drizzled/message/catalog.h"
 
24
#include <drizzled/identifier/catalog.h>
 
25
#include <drizzled/message/catalog.h>
27
26
 
28
27
namespace drizzled {
29
28
namespace plugin {
62
61
} /* namespace catalog */
63
62
} /* namespace drizzled */
64
63
 
65
 
#endif /* DRIZZLED_CATALOG_ENGINE_H */