~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/catalog/local.h

mergeĀ lp:~stewart/drizzle/remove-datahome-catalog

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* - mode: c; c-basic-offset: 2; indent-tabs-mode: nil; -*-
2
2
 *  vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
3
3
 *
4
 
 *  Copyright (C) 2010 Brian Aker
 
4
 *  Copyright (C) 2010-2011 Brian Aker, Stewart Smith
5
5
 *
6
6
 *  This program is free software; you can redistribute it and/or modify
7
7
 *  it under the terms of the GNU General Public License as published by
28
28
namespace drizzled {
29
29
namespace catalog {
30
30
 
 
31
/* only for use by drizzled after command line parsing (new datadir) */
 
32
void resetPath_for_local_identifier();
 
33
 
31
34
DRIZZLED_API const identifier::Catalog& local_identifier();
32
35
DRIZZLED_API Instance::shared_ptr local();
33
36