~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/uint.h

  • Committer: Brian Aker
  • Date: 2008-12-15 07:27:18 UTC
  • mfrom: (670.1.24 devel)
  • Revision ID: brian@tangent.org-20081215072718-uf9nak79262b8snk
Merge of Monty's work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_ITEM_UINT_H
21
21
#define DRIZZLED_ITEM_UINT_H
22
22
 
 
23
#include <drizzled/item/int.h>
 
24
 
23
25
class Item_uint :public Item_int
24
26
{
25
27
public: