~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/identifier/table.h

  • Committer: Monty Taylor
  • Date: 2011-01-26 19:15:55 UTC
  • mto: This revision was merged to the branch mainline in revision 2126.
  • Revision ID: mordred@inaugust.com-20110126191555-nq5nnzyscvngsip2
Turns on -fvisibility=hidden by default. Symbols intended to be used by
plugins need to be marked with DRIZZLED_API.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
 
51
51
#include <boost/functional/hash.hpp>
52
52
 
 
53
#include "drizzled/visibility.h"
 
54
 
53
55
namespace drizzled {
54
56
class Table;
55
57
 
56
58
namespace identifier {
57
59
 
58
 
class Table : public identifier::Schema
 
60
class DRIZZLED_API Table : public identifier::Schema
59
61
{
60
62
public:
61
63
  typedef message::Table::TableType Type;