~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/function_engine/function.cc

  • Committer: Brian Aker
  • Date: 2010-12-01 20:06:11 UTC
  • mto: This revision was merged to the branch mainline in revision 1968.
  • Revision ID: brian@tangent.org-20101201200611-gv9uosofnh65s59j
Clean up style for shared_ptr for messages around table/schema.

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
  schemas.push_back(DATA_DICTIONARY_IDENTIFIER);
77
77
}
78
78
 
79
 
bool Function::doGetSchemaDefinition(const SchemaIdentifier &schema_identifier, message::SchemaPtr &schema_message)
 
79
bool Function::doGetSchemaDefinition(const SchemaIdentifier &schema_identifier, message::schema::shared_ptr &schema_message)
80
80
{
81
81
  schema_message.reset(new message::Schema); // This should be fixed, we could just be using ones we built on startup.
82
82