24 #include <boost/shared_ptr.hpp>
25 #include <drizzled/message/schema.pb.h>
27 #include <drizzled/identifier.h>
33 typedef message::Schema value_type;
34 typedef boost::shared_ptr <message::Schema> shared_ptr;
35 typedef const message::Schema const_reference;
37 shared_ptr make_shared(
const identifier::Schema& identifier);