You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by mt...@apache.org on 2009/03/05 17:00:32 UTC

svn commit: r750483 - /qpid/trunk/qpid/cpp/src/qpid/sys/Thread.h

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-subscribe@qpid.apache.org