~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/logging.h

  • Committer: Mark Atwood
  • Date: 2011-08-17 19:14:47 UTC
  • mfrom: (2385.3.17 rf)
  • Revision ID: me@mark.atwood.name-20110817191447-h86yzddvycd0xmof
mergeĀ lp:~olafvdspek/drizzle/refactor6

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
class DRIZZLED_API Logging : public Plugin
31
31
{
32
 
  Logging();
33
 
  Logging(const Logging &);
34
 
  Logging& operator=(const Logging &);
35
32
public:
36
33
  explicit Logging(std::string name_arg)
37
34
    : Plugin(name_arg, "Logging")
38
35
  {}
39
 
  virtual ~Logging() {}
40
36
 
41
37
  /**
42
38
   * Make these no-op rather than pure-virtual so that it's easy for a plugin