~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/syslog/wrap.h

  • Committer: Olaf van der Spek
  • Date: 2011-08-14 17:13:26 UTC
  • mto: This revision was merged to the branch mainline in revision 2407.
  • Revision ID: olafvdspek@gmail.com-20110814171326-e6nnh3q5cp3o0tk3
Remove unnecessary constructors and destructors

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include <string>
25
25
 
26
 
namespace drizzle_plugin
27
 
{
 
26
namespace drizzle_plugin {
28
27
 
29
28
class WrapSyslog
30
29
{
31
30
private:
32
31
  bool _check;
33
32
 
34
 
  WrapSyslog(const WrapSyslog&);
35
 
  WrapSyslog& operator=(const WrapSyslog&);
36
 
 
37
33
  WrapSyslog();
38
 
 
39
 
 
40
34
public:
41
35
  ~WrapSyslog();
42
36
  static WrapSyslog& singleton();