Author: mteira Date: Thu Mar 5 16:00:31 2009 New Revision: 750483 URL: http://svn.apache.org/viewvc?rev=750483&view=rev Log: Define the QPID_TSS macro for the Sun Studio Compilers
Modified: qpid/trunk/qpid/cpp/src/qpid/sys/Thread.h Modified: qpid/trunk/qpid/cpp/src/qpid/sys/Thread.h URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/sys/Thread.h?rev=750483&r1=750482&r2=750483&view=diff ============================================================================== --- qpid/trunk/qpid/cpp/src/qpid/sys/Thread.h (original) +++ qpid/trunk/qpid/cpp/src/qpid/sys/Thread.h Thu Mar 5 16:00:31 2009 @@ -27,6 +27,8 @@ # define QPID_TSS __declspec(thread) #elif defined (__GNUC__) # define QPID_TSS __thread +#elif defined (__SUNPRO_CC) +# define QPID_TSS __thread #else # error "Dont know how to define QPID_TSS for this platform" #endif --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:commits-subscr...@qpid.apache.org