~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/client.cc

  • Committer: Lee Bieber
  • Date: 2010-12-05 01:08:39 UTC
  • mfrom: (1966.2.15 catalogs)
  • Revision ID: kalebral@gmail.com-20101205010839-aht6yw6wdcwejlt1
Merge Brian - more cleanup of share pointers

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include <cstdio>
22
22
#include "drizzled/plugin/client.h"
23
23
 
24
 
using namespace std;
25
 
 
26
24
namespace drizzled
27
25
{
28
26