~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/syslog/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:
36
36
  uint64_t _threshold_big_resultset;
37
37
  uint64_t _threshold_big_examined;
38
38
 
39
 
  Syslog();
40
 
  Syslog(const Syslog&);
41
 
  Syslog& operator=(const Syslog&);
42
 
 
43
39
public:
44
40
  Syslog(const std::string &facility,
45
41
         const std::string &priority,