Differences From Artifact [5168cee9c0]:
- File src/OFTLSKey.h — part of check-in [1ad9565253] at 2012-10-28 12:38:36 on branch trunk — Switch to a headerdoc-compatible doc format. (user: js, size: 1580) [annotate] [blame] [check-ins using]
To Artifact [3fd8b514bf]:
- File src/OFTLSKey.h — part of check-in [ac70a7059f] at 2012-11-03 22:19:14 on branch trunk — Small workaround for a Haiku bug. (user: js, size: 1700) [annotate] [blame] [check-ins using]
| ︙ | |||
14 15 16 17 18 19 20 21 22 23 24 25 26 27 | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | + + + + + |
* file.
*/
#import "OFObject.h"
#import "OFList.h"
#import "threading.h"
/* Haiku used to define this for some unknown reason which causes trouble */
#ifdef protected
# undef protected
#endif
/*!
* @brief A class for Thread Local Storage keys.
*/
@interface OFTLSKey: OFObject
{
@public
|
| ︙ |