~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/catalog/cache.h

  • Committer: Brian Aker
  • Date: 2010-12-02 07:08:17 UTC
  • mto: (2017.3.1 catalogs)
  • mto: This revision was merged to the branch mainline in revision 2073.
  • Revision ID: brian@tangent.org-20101202070817-vzs5zyun6tbql094
We now display catalogs into the tables correctly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
namespace drizzled {
30
30
 
31
31
namespace generator {
32
 
class Catalog;
33
 
}
 
32
namespace catalog {
 
33
class Cache;
 
34
class Instance;
 
35
} //namespace catalog
 
36
} //namespace generator
34
37
 
35
38
namespace catalog {
36
39
 
59
62
  bool insert(const identifier::Catalog &identifier, catalog::Instance::shared_ptr share);
60
63
 
61
64
protected:
62
 
  friend class drizzled::generator::Catalog;
 
65
  friend class drizzled::generator::catalog::Cache;
 
66
  friend class drizzled::plugin::Catalog;
63
67
 
64
68
  void CopyFrom(catalog::Instance::vector &vector)
65
69
  {