~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/json_server/json/writer.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:
66
66
   {
67
67
   public:
68
68
      FastWriter();
69
 
      virtual ~FastWriter(){}
70
69
 
71
70
      void enableYAMLCompatibility();
72
71
 
102
101
   {
103
102
   public:
104
103
      StyledWriter();
105
 
      virtual ~StyledWriter(){}
106
104
 
107
105
   public: // overridden from Writer
108
106
      /** \brief Serialize a Value in <a HREF="http://www.json.org">JSON</a> format.