~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/query_id.h

  • Committer: Monty Taylor
  • Date: 2009-03-30 18:17:18 UTC
  • mto: (971.1.10 mordred)
  • mto: This revision was merged to the branch mainline in revision 970.
  • Revision ID: mordred@inaugust.com-20090330181718-jyt04pyzcvxs76iw
Replacd use of tbb:: namespace with drizzled::

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
  query_id_t next();
40
40
 
41
41
private:
42
 
  tbb::atomic<uint64_t> the_query_id;
 
42
  drizzled::atomic<uint64_t> the_query_id;
43
43
 
44
44
  Query_id();
45
45
  Query_id(Query_id const&);