/[Apache-SVN]
ViewVC logotype

Revision 666495


Jump to revision: Previous Next
Author: dreiss
Date: Wed Jun 11 01:18:28 2008 UTC (16 years, 5 months ago)
Changed paths: 1
Log Message:
Declare special mutex initializers unconditionally.

We don't want to include pthread.h in Mutex.h, so we can't detect whether
the non-portable mutex initializers are defined.  Instead, we just declare
them unconditionally and only define them if they are available.
Unfortunately, this means that users will get a link error instead of a
compile error if they try to use them when they are not available.


Changed paths

Path Details
Directoryincubator/thrift/trunk/lib/cpp/src/concurrency/Mutex.h modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26