24 #include <boost/shared_ptr.hpp>
29 # define QPID_TSS __declspec(thread)
31 # define QPID_TSS __thread
33 #elif defined (__GNUC__)
34 # define QPID_TSS __thread
35 #elif defined (__SUNPRO_CC)
36 # define QPID_TSS __thread
38 # error "Dont know how to define QPID_TSS for this platform"
49 boost::shared_ptr<ThreadPrivate> impl;
#define QPID_COMMON_EXTERN
static unsigned long logId()
ID of current thread for logging.
bool operator!=(const Thread &) const
bool operator==(const Thread &) const
This file was automatically generated from the AMQP specification.
Interface for objects that can be run, e.g.