~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/atomics.h

  • Committer: Mark Atwood
  • Date: 2011-08-17 19:14:47 UTC
  • mfrom: (2385.3.17 rf)
  • Revision ID: me@mark.atwood.name-20110817191447-h86yzddvycd0xmof
mergeĀ lp:~olafvdspek/drizzle/refactor6

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
#  include <drizzled/atomic/pthread_traits.h>
36
36
# endif
37
37
 
38
 
 
39
38
namespace drizzled {
40
 
 
41
39
namespace internal {
42
40
 
43
 
 
44
41
template<typename I>            // Primary template
45
42
struct atomic_base {
46
43
  volatile I my_value;