~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item.h

  • Committer: Olaf van der Spek
  • Date: 2011-05-28 16:23:09 UTC
  • mto: This revision was merged to the branch mainline in revision 2321.
  • Revision ID: olafvdspek@gmail.com-20110528162309-epdm35s0vvqtpuag
Return void

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.