~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/json_server/json_server.cc

  • 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:
246
246
class JsonServer : public drizzled::plugin::Daemon
247
247
{
248
248
private:
249
 
  JsonServer(const JsonServer &);
250
 
  JsonServer& operator=(const JsonServer &);
251
 
 
252
249
  drizzled::thread_ptr json_thread;
253
250
  in_port_t _port;
254
251
  struct evhttp *httpd;