~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item.h

  • Committer: Brian Aker
  • Date: 2009-09-22 07:35:28 UTC
  • mfrom: (971.6.10 eday-dev)
  • Revision ID: brian@gaz-20090922073528-xgm634aomuflqxl3
MergeĀ Eric

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
{
44
44
namespace plugin
45
45
{
46
 
class Protocol;
 
46
class Client;
47
47
}
48
48
}
49
49
 
242
242
  /**
243
243
   * This is only called from items that is not of type item_field.
244
244
   */
245
 
  virtual bool send(drizzled::plugin::Protocol *protocol, String *str);
 
245
  virtual bool send(drizzled::plugin::Client *client, String *str);
246
246
  /**
247
247
    Compares this Item to another Item, returning true if Item's 
248
248
    are functionally equal.