~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/ha_pbms.cc

  • Committer: Brian Aker
  • Date: 2010-12-02 01:39:53 UTC
  • mto: This revision was merged to the branch mainline in revision 1968.
  • Revision ID: brian@tangent.org-20101202013953-9ie7kafjag0e051q
Style cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
        
142
142
        int doRenameTable(Session&, const TableIdentifier &from, const TableIdentifier &to);
143
143
        
144
 
        void doGetTableIdentifiers(drizzled::CachedDirectory &dir,
145
 
                             const drizzled::SchemaIdentifier &schema,
146
 
                             drizzled::TableIdentifiers &set_of_identifiers) 
 
144
        void doGetTableIdentifiers(drizzled::CachedDirectory &dir,
 
145
                                   const drizzled::SchemaIdentifier &schema,
 
146
                                   drizzled::TableIdentifier::vector &set_of_identifiers) 
147
147
        {
148
148
                std::set<std::string> set_of_names;
149
149