~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/json_server/json/json_internalmap.inl

  • Committer: Mark Atwood
  • Date: 2011-08-11 03:05:03 UTC
  • mfrom: (2385.1.12 refactor4)
  • Revision ID: me@mark.atwood.name-20110811030503-rp9xjihc5x3y0x4q
mergeĀ lp:~olafvdspek/drizzle/refactor4

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
 
103
103
   virtual void releaseMapBuckets( ValueInternalLink *links )
104
104
   {
105
 
      delete [] links;
 
105
      delete[] links;
106
106
   }
107
107
 
108
108
   virtual ValueInternalLink *allocateMapLink()
150
150
 
151
151
   virtual void releaseMapBuckets( ValueInternalLink *links )
152
152
   {
153
 
      delete [] links;
 
153
      delete[] links;
154
154
   }
155
155
 
156
156
   virtual ValueInternalLink *allocateMapLink()