~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/schema.h

Merge with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
typedef boost::shared_ptr <message::Schema> shared_ptr;
33
33
 
 
34
shared_ptr make_shared(const std::string &name_arg);
 
35
void init(drizzled::message::Schema &arg, const std::string &name_arg);
 
36
 
 
37
 
34
38
} // namespace schema
35
39
} // namespace message
36
40
} // namespace drizzled