00001 #ifndef _ots_makeTable_h_
00002 #define _ots_makeTable_h_
00003
00004
00005
00006 #include <string>
00007
00008 namespace ots
00009 {
00010 class TableBase;
00011
00012 TableBase* makeTable(std::string const& tablePluginName);
00013
00014 }
00015
00016 #endif