22
22
#ifndef DRIZZLED_MESSAGE_TABLE_H
23
23
#define DRIZZLED_MESSAGE_TABLE_H
25
27
#include <boost/shared_ptr.hpp>
26
28
#include <drizzled/message/table.pb.h>
32
35
typedef boost::shared_ptr <message::Table> shared_ptr;
39
shared_ptr make_shared(const std::string &name_arg, const std::string &schema_arg, const std::string &engine_arg);
40
void init(drizzled::message::Table &arg, const std::string &name_arg, const std::string &schema_arg, const std::string &engine_arg);