~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/atomic/gcc_traits.h

  • Committer: Brian Aker
  • Date: 2009-03-30 18:35:28 UTC
  • mfrom: (968.2.4 mordred)
  • Revision ID: brian@tangent.org-20090330183528-2vj96vnturvw72fd
Merge Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_ATOMIC_GCC_TRAITS_H
21
21
#define DRIZZLED_ATOMIC_GCC_TRAITS_H
22
22
 
23
 
namespace tbb {
 
23
namespace drizzled {
24
24
namespace internal {
25
25
 
26
26
template<typename T, typename D>
80
80
 
81
81
 
82
82
} /* namespace internal */
83
 
} /* namespace tbb */
 
83
} /* namespace drizzled */
84
84
 
85
85
#endif /* DRIZZLED_ATOMIC_GCC_TRAITS_H */