Differences From Artifact [3990e8ca34]:
- File
src/OFTLSKey.h
— part of check-in
[0a55edad35]
at
2012-10-26 11:04:41
on branch trunk
— Split OFThread.m into multiple files.
It was time to finally have one file per class. (user: js, size: 1580) [annotate] [blame] [check-ins using]
To Artifact [b19c7d885e]:
- File src/OFTLSKey.h — part of check-in [9667b3fd54] at 2012-11-03 22:20:00 on branch 0.7 — 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
|
| ︙ |