~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/catalog.h

  • Committer: Lee Bieber
  • Date: 2011-01-28 21:08:33 UTC
  • mfrom: (2119.4.3 try-visibility)
  • Revision ID: kalebral@gmail.com-20110128210833-nro17n81etdpcylm
Merge Monty - Enable -fvisibility=hidden

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include <drizzled/catalog/instance.h>
28
28
#include <drizzled/catalog/engine.h>
29
29
 
 
30
#include "drizzled/visibility.h"
 
31
 
30
32
namespace drizzled
31
33
{
32
34
namespace plugin
35
37
/* 
36
38
  This object handles the aggregate of all operations for any/all of the Catalog engines.
37
39
*/
38
 
class Catalog : public Plugin {
 
40
class DRIZZLED_API Catalog : public Plugin {
39
41
  /* Disable default constructors */
40
42
  Catalog();
41
43
  Catalog(const Catalog &);