~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function_container.h

  • Committer: Olaf van der Spek
  • Date: 2011-06-24 15:08:05 UTC
  • mto: This revision was merged to the branch mainline in revision 2349.
  • Revision ID: olafvdspek@gmail.com-20110624150805-x1d6zfc2b17afbx0
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
namespace drizzled {
28
28
 
29
 
class FunctionContainer {
 
29
class FunctionContainer 
 
30
{
30
31
public:
31
32
  typedef boost::unordered_map<std::string, Create_func *, util::insensitive_hash, util::insensitive_equal_to> Map;
32
33