~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/plugin.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:
17
17
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
18
 */
19
19
 
 
20
 
 
21
 
20
22
#ifndef DRIZZLED_PLUGIN_PLUGIN_H
21
23
#define DRIZZLED_PLUGIN_PLUGIN_H
22
24
 
24
26
#include <vector>
25
27
#include <map>
26
28
 
 
29
#include "drizzled/visibility.h"
 
30
 
27
31
namespace drizzled
28
32
{
29
33
 
37
41
namespace plugin
38
42
{
39
43
 
40
 
class Plugin
 
44
class DRIZZLED_API Plugin
41
45
{
42
46
private:
43
47
  const std::string _name;