~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/atomic/pthread_traits.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:
21
21
#ifndef DRIZZLED_ATOMIC_PTHREAD_TRAITS_H
22
22
#define DRIZZLED_ATOMIC_PTHREAD_TRAITS_H
23
23
 
24
 
namespace tbb {
 
24
namespace drizzled {
25
25
 
26
26
namespace internal {
27
27
 
133
133
 
134
134
 
135
135
} /* namespace internal */
136
 
} /* namespace tbb */
 
136
} /* namespace drizzled */
137
137
 
138
138
 
139
139
#endif /* DRIZZLED_ATOMIC_PTHREAD_TRAITS_H */