~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/json_server/json/json_value.cpp

  • 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:
100
100
class DefaultValueAllocator : public ValueAllocator
101
101
{
102
102
public:
103
 
   virtual ~DefaultValueAllocator()
104
 
   {
105
 
   }
106
 
 
107
103
   virtual char *makeMemberName( const char *memberName )
108
104
   {
109
105
      return duplicateStringValue( memberName );