~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/util/tablename_to_filename.h

  • Committer: Olaf van der Spek
  • Date: 2011-07-07 13:09:02 UTC
  • mto: This revision was merged to the branch mainline in revision 2385.
  • Revision ID: olafvdspek@gmail.com-20110707130902-lbhjmqfb7kq64s9p
Refactor tablename_to_filename()

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
namespace drizzled {
24
24
namespace util {
25
25
 
26
 
bool tablename_to_filename(const std::string &from, std::string &to);
 
26
std::string tablename_to_filename(const std::string&);
27
27
 
28
28
} /* namespace util */
29
29
} /* namespace drizzled */