~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message.h

Merge with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
namespace drizzled {
35
35
namespace message {
36
36
 
37
 
void init(drizzled::message::Schema &arg, const std::string &name_arg);
38
 
void init(drizzled::message::Table &arg, const std::string &name_arg, const std::string &schema_arg, const std::string &engine_arg);
39
 
 
40
37
void update(drizzled::message::Schema &arg);
41
38
void update(drizzled::message::Table &arg);
42
39