~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/replication_services.cc

  • Committer: Olaf van der Spek
  • Date: 2011-06-24 13:06:18 UTC
  • mto: This revision was merged to the branch mainline in revision 2349.
  • Revision ID: olafvdspek@gmail.com-20110624130618-7hwxjc79xvvchrab
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
171
171
{
172
172
}
173
173
 
174
 
bool ReplicationServices::isActive() const
 
174
bool ReplicationServices::isActive()
175
175
{
176
176
  return is_active;
177
177
}