~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/set_var.cc

  • Committer: Brian Aker
  • Date: 2009-12-30 19:10:09 UTC
  • mfrom: (1245.2.7 remove-ilist)
  • Revision ID: brian@gaz-20091230191009-ulqzmoln5q530e6a
Merge Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2211
2211
}
2212
2212
 
2213
2213
 
2214
 
/****************************************************************************
2215
 
  Used templates
2216
 
****************************************************************************/
2217
 
 
2218
 
#ifdef HAVE_EXPLICIT_TEMPLATE_INSTANTIATION
2219
 
template class List<set_var_base>;
2220
 
template class List_iterator_fast<set_var_base>;
2221
 
template class I_List_iterator<NAMED_LIST>;
2222
 
#endif