~mordred/drizzle/codestyle

« back to all changes in this revision

Viewing changes to drizzled/rpl_tblmap.h

  • Committer: Brian Aker
  • Date: 2008-10-06 20:34:36 UTC
  • Revision ID: brian@tangent.org-20081006203436-4yqpjjgw9kdvq9b4
No need for charsets in replication code (we only have one now).

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 TABLE_MAPPING_H
21
 
#define TABLE_MAPPING_H
 
20
#ifndef DRIZZLED_RPL_TBLMAP_H
 
21
#define DRIZZLED_RPL_TBLMAP_H
22
22
 
23
23
/* Forward declarations */
24
24
class Table;
104
104
  HASH m_table_ids;
105
105
};
106
106
 
107
 
#endif
 
107
#endif /* DRIZZLED_RPL_TBLMAP_H */