~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/catalog/local.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-15 19:38:35 UTC
  • mto: (2239.2.1 build)
  • mto: This revision was merged to the branch mainline in revision 2240.
  • Revision ID: olafvdspek@gmail.com-20110315193835-crcx83jowkdsgmiw
Refactor includes

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include <drizzled/catalog/instance.h>
26
26
#include <drizzled/visibility.h>
27
27
 
28
 
namespace drizzled
29
 
{
30
 
namespace catalog
31
 
{
 
28
namespace drizzled {
 
29
namespace catalog {
32
30
 
33
31
DRIZZLED_API identifier::Catalog::const_reference local_identifier();
34
32
DRIZZLED_API Instance::shared_ptr local();