~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/schema.h

  • Committer: Lee Bieber
  • Date: 2011-02-17 04:08:28 UTC
  • mfrom: (2172.3.5 drizzle-build)
  • Revision ID: kalebral@gmail.com-20110217040828-433pc76qapign1of
Merge Brian - add the DDL for replication

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
namespace schema {
33
33
 
34
34
typedef boost::shared_ptr <message::Schema> shared_ptr;
 
35
typedef const message::Schema const_reference;
35
36
 
36
37
shared_ptr make_shared(identifier::Schema::const_reference identifier);
37
38
shared_ptr make_shared(const std::string &name_arg);