~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/json_server/json/writer.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:
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.