~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item_sum.h

  • Committer: Monty Taylor
  • Date: 2008-11-07 00:15:51 UTC
  • mto: This revision was merged to the branch mainline in revision 579.
  • Revision ID: monty@inaugust.com-20081107001551-8vxb6sf1ti0i5p09
Cleaned up some headers for PCH.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
18
 */
19
19
 
 
20
#ifndef DRIZZLED_SUM_H
 
21
#define DRIZZLED_SUM_H
20
22
 
21
23
/* classes for sum functions */
22
24
 
1044
1046
  virtual bool change_context_processor(unsigned char *cntx)
1045
1047
    { context= (Name_resolution_context *)cntx; return false; }
1046
1048
};
 
1049
 
 
1050
#endif /* DRIZZLED_ITEM_SUM_H */