~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to unittests/plugin/plugin_stubs.h

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    last_call_char_ptr= ptr;
54
54
  }
55
55
 
56
 
  virtual ~ClientStub() {}
57
 
 
58
56
  /**
59
57
  * Get attached session from the client object.
60
58
  * @retval Session object that is attached, NULL if none.