27
27
#include <boost/shared_ptr.hpp>
28
28
#include <drizzled/message/table.pb.h>
35
34
typedef boost::shared_ptr <message::Table> shared_ptr;
39
36
shared_ptr make_shared(const std::string &name_arg, const std::string &schema_arg, const std::string &engine_arg);
40
37
void init(drizzled::message::Table &arg, const std::string &name_arg, const std::string &schema_arg, const std::string &engine_arg);
41
38
void update(drizzled::message::Table &arg);