~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/daemon.h

  • Committer: Olaf van der Spek
  • Date: 2011-02-12 18:24:24 UTC
  • mto: (2167.1.2 build) (2172.1.4 build)
  • mto: This revision was merged to the branch mainline in revision 2168.
  • Revision ID: olafvdspek@gmail.com-20110212182424-kgnm9osi7qo97at2
casts

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
#include "drizzled/plugin/plugin.h"
26
26
 
 
27
#include "drizzled/visibility.h"
 
28
 
27
29
namespace drizzled
28
30
{
29
31
class Session;
31
33
namespace plugin
32
34
{
33
35
 
34
 
class Daemon : public Plugin
 
36
class DRIZZLED_API Daemon : public Plugin
35
37
{
36
38
  Daemon();
37
39
  Daemon(const Daemon &);