~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzletest.cc

  • Committer: Olaf van der Spek
  • Date: 2011-08-20 13:18:43 UTC
  • mto: This revision was merged to the branch mainline in revision 2409.
  • Revision ID: olafvdspek@gmail.com-20110820131843-ghrsji3o30vdp5gr
Make base members private

Show diffs side-by-side

added added

removed removed

Lines of Context:
242
242
 
243
243
  operator drizzle_con_st*()
244
244
  {
245
 
    return &con.b_;
 
245
    return con;
246
246
  }
247
247
 
248
248
  drizzle::drizzle_c drizzle;