~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/table_cache_dictionary/table_definition_cache.h

  • Committer: Brian Aker
  • Date: 2010-10-28 17:12:01 UTC
  • mfrom: (1887.1.3 merge)
  • Revision ID: brian@tangent.org-20101028171201-baj6l1bnntn1s4ad
Merge in POTFILES changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef PLUGIN_TABLE_CACHE_DICTIONARY_TABLE_DEFINITION_CACHE_H
21
21
#define PLUGIN_TABLE_CACHE_DICTIONARY_TABLE_DEFINITION_CACHE_H
22
22
 
23
 
#include "drizzled/table_share.h"
 
23
#include "drizzled/definition/table.h"
24
24
 
25
25
namespace table_cache_dictionary {
26
26
 
33
33
  {
34
34
    bool is_primed;
35
35
    drizzled::TableSharePtr share;
36
 
    drizzled::TableDefinitionCache::const_iterator table_share_iterator;
 
36
    drizzled::definition::CacheMap::const_iterator table_share_iterator;
37
37
 
38
38
    void fill();
39
39