25
26
#include <boost/shared_ptr.hpp>
26
27
#include <drizzled/message/table.pb.h>
32
34
typedef boost::shared_ptr <message::Table> shared_ptr;
38
shared_ptr make_shared(const std::string &name_arg, const std::string &schema_arg, const std::string &engine_arg);
39
void init(drizzled::message::Table &arg, const std::string &name_arg, const std::string &schema_arg, const std::string &engine_arg);