~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rpl_tblmap.h

  • Committer: Brian Aker
  • Date: 2008-08-15 15:01:59 UTC
  • mto: This revision was merged to the branch mainline in revision 346.
  • Revision ID: brian@tangent.org-20080815150159-vpx04493xvokzrkv
First pass in encapsulating table (it is now an object, no longer a structure).

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#define TABLE_MAPPING_H
18
18
 
19
19
/* Forward declarations */
20
 
struct st_table;
21
 
typedef st_table TABLE;
 
20
class Table;
22
21
 
23
22
/*
24
23
  CLASS table_mapping