~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item.h

  • Committer: Mark Atwood
  • Date: 2011-06-03 17:57:46 UTC
  • mfrom: (2313.3.7 void)
  • Revision ID: me@mark.atwood.name-20110603175746-5qgjopd4l9wvhfk4
mergeĀ lp:~olafvdspek/drizzle/void3

Show diffs side-by-side

added added

removed removed

Lines of Context:
239
239
  /**
240
240
   * This is only called from items that is not of type item_field.
241
241
   */
242
 
  virtual bool send(plugin::Client *client, String *str);
 
242
  virtual void send(plugin::Client *client, String *str);
243
243
  /**
244
244
    Compares this Item to another Item, returning true if Item's
245
245
    are functionally equal.